File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,23 @@ tokio-stream = { version = "0.1.17", features = ["io-util"] }
2424tokio-util = { version = " 0.7.16" , features = [" codec" , " io" ] }
2525futures = " 0.3.31"
2626thiserror = " 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" ] }
2929httparse = " 1.10.1"
3030http = " 1.3.1"
3131bytes = " 1.10.1"
3232tracing = " 0.1.41"
3333parking_lot = " 0.12.4"
3434pin-project-lite = " 0.2.16"
35- toml = " 0.9.5 "
35+ toml = " 0.9.7 "
3636rand = " 0.9.2"
3737
3838[dev-dependencies ]
3939dotenvy = " 0.15.7"
4040criterion = { version = " 0.7.0" , features = [" async" ] }
4141async-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 ]]
4646name = " request"
You can’t perform that action at this time.
0 commit comments