0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-21 13:38:21 -05:00

build(deps): bump tokio from 1.40.0 to 1.41.0 (#624)

This commit is contained in:
dependabot[bot] 2024-11-02 11:27:27 +00:00 committed by GitHub
parent 56bfcbba0e
commit 718e172b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 22 deletions

42
Cargo.lock generated
View File

@ -14,7 +14,7 @@ dependencies = [
"futures-sink", "futures-sink",
"memchr", "memchr",
"pin-project-lite", "pin-project-lite",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-util", "tokio-util",
"tracing", "tracing",
] ]
@ -100,7 +100,7 @@ dependencies = [
"rand 0.8.5", "rand 0.8.5",
"sha1", "sha1",
"smallvec 1.13.2", "smallvec 1.13.2",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-util", "tokio-util",
"tracing", "tracing",
] ]
@ -136,7 +136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208" checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-uring", "tokio-uring",
] ]
@ -153,7 +153,7 @@ dependencies = [
"futures-util", "futures-util",
"mio 1.0.2", "mio 1.0.2",
"socket2 0.5.7", "socket2 0.5.7",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-uring", "tokio-uring",
"tracing", "tracing",
] ]
@ -356,7 +356,7 @@ dependencies = [
"futures-core", "futures-core",
"memchr", "memchr",
"pin-project-lite", "pin-project-lite",
"tokio 1.40.0", "tokio 1.41.0",
] ]
[[package]] [[package]]
@ -713,7 +713,7 @@ dependencies = [
"futures-core", "futures-core",
"memchr", "memchr",
"pin-project-lite", "pin-project-lite",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-util", "tokio-util",
] ]
@ -1528,7 +1528,7 @@ dependencies = [
"http 1.1.0", "http 1.1.0",
"indexmap 2.5.0", "indexmap 2.5.0",
"slab", "slab",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-util", "tokio-util",
"tracing", "tracing",
] ]
@ -1746,7 +1746,7 @@ dependencies = [
"itoa 1.0.11", "itoa 1.0.11",
"pin-project-lite", "pin-project-lite",
"smallvec 1.13.2", "smallvec 1.13.2",
"tokio 1.40.0", "tokio 1.41.0",
"want 0.3.1", "want 0.3.1",
] ]
@ -1762,7 +1762,7 @@ dependencies = [
"hyper-util", "hyper-util",
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-rustls", "tokio-rustls",
"tower-service", "tower-service",
"webpki-roots", "webpki-roots",
@ -1795,7 +1795,7 @@ dependencies = [
"hyper 1.4.1", "hyper 1.4.1",
"pin-project-lite", "pin-project-lite",
"socket2 0.5.7", "socket2 0.5.7",
"tokio 1.40.0", "tokio 1.41.0",
"tower-service", "tower-service",
"tracing", "tracing",
] ]
@ -2905,7 +2905,7 @@ dependencies = [
"rustls", "rustls",
"socket2 0.5.7", "socket2 0.5.7",
"thiserror", "thiserror",
"tokio 1.40.0", "tokio 1.41.0",
"tracing", "tracing",
] ]
@ -3148,7 +3148,7 @@ dependencies = [
"percent-encoding 2.3.1", "percent-encoding 2.3.1",
"pin-project-lite", "pin-project-lite",
"ryu", "ryu",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-retry", "tokio-retry",
"tokio-util", "tokio-util",
"url 2.5.2", "url 2.5.2",
@ -3271,7 +3271,7 @@ dependencies = [
"serde_json", "serde_json",
"serde_urlencoded 0.7.1", "serde_urlencoded 0.7.1",
"sync_wrapper", "sync_wrapper",
"tokio 1.40.0", "tokio 1.41.0",
"tokio-rustls", "tokio-rustls",
"tokio-socks", "tokio-socks",
"tokio-util", "tokio-util",
@ -3994,9 +3994,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.40.0" version = "1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes 1.7.2", "bytes 1.7.2",
@ -4090,7 +4090,7 @@ checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
dependencies = [ dependencies = [
"pin-project", "pin-project",
"rand 0.8.5", "rand 0.8.5",
"tokio 1.40.0", "tokio 1.41.0",
] ]
[[package]] [[package]]
@ -4101,7 +4101,7 @@ checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [ dependencies = [
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"tokio 1.40.0", "tokio 1.41.0",
] ]
[[package]] [[package]]
@ -4113,7 +4113,7 @@ dependencies = [
"either", "either",
"futures-util", "futures-util",
"thiserror", "thiserror",
"tokio 1.40.0", "tokio 1.41.0",
] ]
[[package]] [[package]]
@ -4180,7 +4180,7 @@ dependencies = [
"libc", "libc",
"slab", "slab",
"socket2 0.4.10", "socket2 0.4.10",
"tokio 1.40.0", "tokio 1.41.0",
] ]
[[package]] [[package]]
@ -4193,7 +4193,7 @@ dependencies = [
"futures-core", "futures-core",
"futures-sink", "futures-sink",
"pin-project-lite", "pin-project-lite",
"tokio 1.40.0", "tokio 1.41.0",
] ]
[[package]] [[package]]
@ -4562,7 +4562,7 @@ dependencies = [
"stop-words", "stop-words",
"tempfile", "tempfile",
"thesaurus", "thesaurus",
"tokio 1.40.0", "tokio 1.41.0",
] ]
[[package]] [[package]]

View File

@ -20,7 +20,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [
"http2", "http2",
"socks", "socks",
] } ] }
tokio = { version = "1.32.0", features = [ tokio = { version = "1.41.0", features = [
"rt-multi-thread", "rt-multi-thread",
"macros", "macros",
"fs", "fs",