chore(deps): update rust crate tokio to v1.43.1 [security]

pull/2608/head
renovate[bot] 3 months ago committed by GitHub
parent 9fa0be8b42
commit 54ef8a52cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

39
Cargo.lock generated

@ -2403,9 +2403,9 @@ dependencies = [
[[package]]
name = "libc"
version = "0.2.158"
version = "0.2.171"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
name = "libloading"
@ -2621,6 +2621,17 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "mio"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0",
]
[[package]]
name = "native-tls"
version = "0.2.11"
@ -2728,7 +2739,7 @@ dependencies = [
"kqueue",
"libc",
"log",
"mio",
"mio 0.8.8",
"serde",
"walkdir",
"windows-sys 0.48.0",
@ -2821,16 +2832,6 @@ dependencies = [
"libm",
]
[[package]]
name = "num_cpus"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_enum"
version = "0.5.11"
@ -5222,19 +5223,17 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.29.1"
version = "1.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "532826ff75199d5833b9d2c5fe410f29235e25704ee5f0ef599fb51c21f4a4da"
checksum = "492a604e2fd7f814268a378409e6c92b5525d747d10db9a229723f55a417958c"
dependencies = [
"autocfg",
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
"mio 1.0.3",
"pin-project-lite",
"socket2 0.4.9",
"windows-sys 0.48.0",
"socket2 0.5.6",
"windows-sys 0.52.0",
]
[[package]]

Loading…
Cancel
Save