mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
build(deps): update to rusqlite 0.34, rustix 1 and fix warnings
This commit is contained in:
parent
740e540b4b
commit
37fbf5149e
8 changed files with 312 additions and 222 deletions
|
@ -23,8 +23,8 @@ parking_lot = "0.12" # Maybe no better performance, just that we hate poisoning.
|
|||
paste = "1.0.15"
|
||||
rand = "0.8"
|
||||
reqwest = "0.12"
|
||||
rusqlite = { version = "0.33", features = ["rusqlite-macros"] }
|
||||
rustix = { version = "0.38", features = ["net"] }
|
||||
rusqlite = { version = "0.34", features = ["rusqlite-macros"] }
|
||||
rustix = { version = "1", features = ["net"] }
|
||||
sd-notify = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde-constant = "0.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue