File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ tokio-stream = { version = "0.1.17", features = ["io-util"] }
2424tokio-util = { version = " 0.7.17" , features = [" codec" , " io" ] }
2525futures = " 0.3.31"
2626thiserror = " 2.0.17"
27- serde_json = " 1.0.145 "
27+ serde_json = " 1.0.148 "
2828serde = { version = " 1.0.228" , features = [" derive" ] }
2929httparse = " 1.10.1"
3030http = " 1.4.0"
3131bytes = " 1.11.0"
32- tracing = " 0.1.43 "
32+ tracing = " 0.1.44 "
3333parking_lot = " 0.12.5"
3434pin-project-lite = " 0.2.16"
35- toml = " 0.9.8 "
35+ toml = " 0.9.10 "
3636rand = " 0.9.2"
3737path-tree = {version = " 0.8.3" , optional = true }
3838url = " 2.5.7"
@@ -45,7 +45,7 @@ widestring = "1.2.1"
4545
4646[dev-dependencies ]
4747dotenvy = " 0.15.7"
48- criterion = { version = " =0.7 " , features = [" async" ] }
48+ criterion = { version = " =0.8.1 " , features = [" async" ] }
4949async-trait = " 0.1.89"
5050tracing-subscriber = " 0.3.22"
5151chrono = { version = " 0.4.42" , default-features = false , features = [" std" , " clock" ] }
You can’t perform that action at this time.
0 commit comments