Skip to content

Commit 9e89af5

Browse files
chore(deps): update cargo dependencies
1 parent 23e5f81 commit 9e89af5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,33 @@ full = ["client", "server"]
1919

2020
[dependencies]
2121
interprocess = { version = "2.2.3", features = ["tokio"] }
22-
tokio = { version = "1.48.0", features = ["rt", "rt-multi-thread", "io-util", "sync", "time", "macros", "signal"] }
22+
tokio = { version = "1.49.0", features = ["rt", "rt-multi-thread", "io-util", "sync", "time", "macros", "signal"] }
2323
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.148"
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"
3939

4040
[target.'cfg(unix)'.dependencies]
41-
libc = "0.2.178"
41+
libc = "0.2.179"
4242

4343
[target.'cfg(windows)'.dependencies]
4444
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)