Merge pull request 'Update Rust crate tokio to 1.47.1' (#28) from renovate/tokio-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1586,9 +1586,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.47.0"
|
version = "1.47.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
|
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@@ -15,4 +15,4 @@ log = "0.4.27"
|
|||||||
env_logger = "0.11.8"
|
env_logger = "0.11.8"
|
||||||
actix-web-httpauth = "0.8.2"
|
actix-web-httpauth = "0.8.2"
|
||||||
askama = "0.14.0"
|
askama = "0.14.0"
|
||||||
tokio = "1.47.0"
|
tokio = "1.47.1"
|
||||||
|
Reference in New Issue
Block a user