update deps

This commit is contained in:
MeexReay 2024-09-08 01:15:15 +03:00
parent 8be5a692a7
commit 958f71dd95
2 changed files with 6 additions and 6 deletions

8
Cargo.lock generated
View File

@ -375,9 +375,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.127" version = "1.0.128"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",
@ -438,9 +438,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.39.3" version = "1.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",

View File

@ -11,8 +11,8 @@ keywords = ["http", "server", "site", "async"]
[dependencies] [dependencies]
urlencoding = "2.1.3" urlencoding = "2.1.3"
serde_json = "1.0.127" serde_json = "1.0.128"
tokio = { version = "1.39.3", features = ["full"] } tokio = { version = "1.40.0", features = ["full"] }
rusty_pool = "0.7.0" rusty_pool = "0.7.0"
tokio-io-timeout = "1.2.0" tokio-io-timeout = "1.2.0"