2 Commits

Author SHA1 Message Date
6096e625a2 Merge pull request 'Update Rust crate tokio to v1.43.0' (#21) from renovate/tokio-1.x-lockfile into main
Some checks are pending
tests / fmt (push) Waiting to run
tests / build (push) Waiting to run
tests / test (push) Waiting to run
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run
deploy / release-image (push) Waiting to run
renovate / renovate (push) Successful in 31s
Reviewed-on: #21
2025-03-04 11:39:12 +01:00
5c42fb9480 Update Rust crate tokio to v1.43.0
All checks were successful
tests / fmt (push) Successful in 1m18s
tests / clippy (push) Successful in 1m25s
tests / build (push) Successful in 1m43s
tests / test (push) Successful in 1m48s
tests / pre-commit (push) Successful in 1m4s
2025-03-04 10:27:46 +00:00

12
Cargo.lock generated
View File

@@ -1384,9 +1384,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.166"
version = "0.2.170"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36"
checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828"
[[package]]
name = "libm"
@@ -3392,9 +3392,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.41.1"
version = "1.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
dependencies = [
"backtrace",
"bytes",
@@ -3409,9 +3409,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "2.4.0"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
dependencies = [
"proc-macro2",
"quote",