fix(deps): update rust crate tokio to 1.40.0
This commit is contained in:
parent
7df697dc3f
commit
3101b86e26
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -338,9 +338,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.39.3"
|
||||
version = "1.40.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
|
||||
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
|
@ -10,4 +10,4 @@ edition = "2021"
|
||||
tiny_http = "0.12.0"
|
||||
maud = "0.26.0"
|
||||
ascii = "1.1.0"
|
||||
tokio = { version = "1.39.3", features = [ "full" ] }
|
||||
tokio = { version = "1.40.0", features = [ "full" ] }
|
||||
|
Loading…
Reference in New Issue
Block a user