mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-01 03:55:33 +00:00
build(deps): update dependencies and omit minor version spec
This commit is contained in:
parent
7384888128
commit
475bd59117
4 changed files with 129 additions and 117 deletions
|
@ -25,29 +25,29 @@ rustix = { version = "0.38", features = ["net"] }
|
|||
sd-notify = "0.4"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde-constant = "0.1"
|
||||
serde-inline-default = "0.2.0"
|
||||
serde-inline-default = "0.2"
|
||||
serde_jcs = "0.1"
|
||||
serde_json = "1"
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_urlencoded = "0.7"
|
||||
sha2 = "0.10"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal", "sync", "time"] }
|
||||
tokio-stream = { version = "0.1", features = ["sync"] }
|
||||
toml = "0.8"
|
||||
tower-http = { version = "0.5", features = ["cors", "limit"] }
|
||||
tower-http = { version = "0.6", features = ["cors", "limit"] }
|
||||
tracing = "0.1"
|
||||
tracing-subscriber = "0.3"
|
||||
url = { version = "2.5.2", features = ["serde"] }
|
||||
url = { version = "2", features = ["serde"] }
|
||||
|
||||
blah-types = { path = "../blah-types", features = ["rusqlite"] }
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
nix = { version = "0.29.0", features = ["fs", "process", "signal"] }
|
||||
reqwest = { version = "0.12.7", features = ["json"] }
|
||||
rstest = { version = "0.22.0", default-features = false }
|
||||
scopeguard = "1.2.0"
|
||||
tempfile = "3.12.0"
|
||||
tokio-tungstenite = "0.24.0"
|
||||
nix = { version = "0.29", features = ["fs", "process", "signal"] }
|
||||
reqwest = { version = "0.12", features = ["json"] }
|
||||
rstest = { version = "0.22", default-features = false }
|
||||
scopeguard = "1"
|
||||
tempfile = "3"
|
||||
tokio-tungstenite = "0.24"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue