mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
build(deps): update dependencies
This includes: - mock_instant 0.5 -> 0.6 - rstest 0.24 -> 0.26 - rusqlite 0.34 -> 0.37 - schemars 0.8 -> 1.0 - serde-inline-default 0.2 -> 1.0 - tokio-tungstenite 0.26 -> 0.27 Only schemars update needs some minor code changes.
This commit is contained in:
parent
03a72736ea
commit
b97ce5f29c
5 changed files with 508 additions and 467 deletions
|
@ -10,7 +10,7 @@ ed25519-dalek = { version = "2", features = ["pkcs8", "pem", "rand_core"] }
|
|||
humantime = "2"
|
||||
rand08 = { package = "rand", version = "0.8" }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
rusqlite = { version = "0.34", features = ["rusqlite-macros"] }
|
||||
rusqlite = { version = "0.37", 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