mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-08-20 02:52:41 +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
|
@ -10,7 +10,7 @@ ed25519-dalek = { version = "2", features = ["pkcs8", "pem", "rand_core"] }
|
|||
humantime = "2"
|
||||
rand = "0.8"
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
rusqlite = { version = "0.33", features = ["rusqlite-macros"] }
|
||||
rusqlite = { version = "0.34", features = ["rusqlite-macros"] }
|
||||
serde_jcs = "0.1.0"
|
||||
serde_json = "1"
|
||||
tokio = { version = "1", features = ["rt", "macros"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue