Skip to content

Commit 06d3939

Browse files
chore(deps): update cargo dependencies
1 parent 18566ea commit 06d3939

File tree

2 files changed

+56
-75
lines changed

2 files changed

+56
-75
lines changed

Cargo.lock

Lines changed: 51 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ tokio-stream = { version = "0.1.17", features = ["io-util"] }
2424
tokio-util = { version = "0.7.16", features = ["codec", "io"] }
2525
futures = "0.3.31"
2626
thiserror = "2.0.16"
27-
serde_json = "1.0.143"
28-
serde = { version = "1.0.219", features = ["derive"] }
27+
serde_json = "1.0.145"
28+
serde = { version = "1.0.226", features = ["derive"] }
2929
httparse = "1.10.1"
3030
http = "1.3.1"
3131
bytes = "1.10.1"
3232
tracing = "0.1.41"
3333
parking_lot = "0.12.4"
3434
pin-project-lite = "0.2.16"
35-
toml = "0.9.5"
35+
toml = "0.9.7"
3636
rand = "0.9.2"
3737

3838
[dev-dependencies]
3939
dotenvy = "0.15.7"
4040
criterion = { version = "0.7.0", features = ["async"] }
4141
async-trait = "0.1.89"
42-
tracing-subscriber = "0.3.19"
43-
chrono = { version = "0.4.41", default-features = false, features = ["std", "clock"] }
42+
tracing-subscriber = "0.3.20"
43+
chrono = { version = "0.4.42", default-features = false, features = ["std", "clock"] }
4444

4545
[[example]]
4646
name = "request"

0 commit comments

Comments
 (0)