Skip to content

Commit 402c3f5

Browse files
chore(deps): update cargo dependencies
1 parent 23e5f81 commit 402c3f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ tokio-stream = { version = "0.1.17", features = ["io-util"] }
2424
tokio-util = { version = "0.7.17", features = ["codec", "io"] }
2525
futures = "0.3.31"
2626
thiserror = "2.0.17"
27-
serde_json = "1.0.145"
27+
serde_json = "1.0.146"
2828
serde = { version = "1.0.228", features = ["derive"] }
2929
httparse = "1.10.1"
3030
http = "1.4.0"
3131
bytes = "1.11.0"
32-
tracing = "0.1.43"
32+
tracing = "0.1.44"
3333
parking_lot = "0.12.5"
3434
pin-project-lite = "0.2.16"
35-
toml = "0.9.8"
35+
toml = "0.9.10"
3636
rand = "0.9.2"
3737
path-tree = {version = "0.8.3", optional = true}
3838
url = "2.5.7"
@@ -45,7 +45,7 @@ widestring = "1.2.1"
4545

4646
[dev-dependencies]
4747
dotenvy = "0.15.7"
48-
criterion = { version = "=0.7", features = ["async"] }
48+
criterion = { version = "=0.8.1", features = ["async"] }
4949
async-trait = "0.1.89"
5050
tracing-subscriber = "0.3.22"
5151
chrono = { version = "0.4.42", default-features = false, features = ["std", "clock"] }

0 commit comments

Comments
 (0)