mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-09-13 05:55:22 +00:00
build(deps): update to axum 0.8, rusqlite 0.33, tokio-tungstenite 0.26, thiserror 2
This commit is contained in:
parent
b56f8897ff
commit
740e540b4b
9 changed files with 294 additions and 323 deletions
|
@ -10,8 +10,8 @@ unsafe_use_mock_instant_for_testing = ["dep:mock_instant", "blah-types/unsafe_us
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
axum = { version = "0.7", features = ["ws"] }
|
||||
axum-extra = "0.9"
|
||||
axum = { version = "0.8", features = ["ws"] }
|
||||
axum-extra = "0.10"
|
||||
clap = { version = "4", features = ["derive"] }
|
||||
data-encoding = "2"
|
||||
ed25519-dalek = "2"
|
||||
|
@ -23,7 +23,7 @@ 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.32", features = ["rusqlite-macros"] }
|
||||
rusqlite = { version = "0.33", features = ["rusqlite-macros"] }
|
||||
rustix = { version = "0.38", features = ["net"] }
|
||||
sd-notify = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
@ -54,10 +54,10 @@ url = "2"
|
|||
expect-test = "1"
|
||||
nix = { version = "0.29", features = ["fs", "process", "signal"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
rstest = { version = "0.23", default-features = false }
|
||||
rstest = { version = "0.24", default-features = false }
|
||||
scopeguard = "1"
|
||||
tempfile = "3"
|
||||
tokio-tungstenite = "0.24"
|
||||
tokio-tungstenite = "0.26"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue