0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-24 15:08:22 -05:00

Compare commits

..

2 Commits

Author SHA1 Message Date
dependabot[bot]
9c5aeb3bb3
build(deps): bump actix-governor from 0.6.0 to 0.7.0
Bumps [actix-governor](https://github.com/AaronErhardt/actix-governor) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/AaronErhardt/actix-governor/releases)
- [Commits](https://github.com/AaronErhardt/actix-governor/compare/v0.6.0...v0.7.0)

---
updated-dependencies:
- dependency-name: actix-governor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02 11:28:33 +00:00
dependabot[bot]
718e172b6d
build(deps): bump tokio from 1.40.0 to 1.41.0 (#624) 2024-11-02 11:27:27 +00:00
2 changed files with 22 additions and 22 deletions

42
Cargo.lock generated
View File

@ -14,7 +14,7 @@ dependencies = [
"futures-sink",
"memchr",
"pin-project-lite",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-util",
"tracing",
]
@ -100,7 +100,7 @@ dependencies = [
"rand 0.8.5",
"sha1",
"smallvec 1.13.2",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-util",
"tracing",
]
@ -136,7 +136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
dependencies = [
"futures-core",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-uring",
]
@ -153,7 +153,7 @@ dependencies = [
"futures-util",
"mio 1.0.2",
"socket2 0.5.7",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-uring",
"tracing",
]
@ -356,7 +356,7 @@ dependencies = [
"futures-core",
"memchr",
"pin-project-lite",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -713,7 +713,7 @@ dependencies = [
"futures-core",
"memchr",
"pin-project-lite",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-util",
]
@ -1530,7 +1530,7 @@ dependencies = [
"http 1.1.0",
"indexmap 2.5.0",
"slab",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-util",
"tracing",
]
@ -1748,7 +1748,7 @@ dependencies = [
"itoa 1.0.11",
"pin-project-lite",
"smallvec 1.13.2",
"tokio 1.40.0",
"tokio 1.41.0",
"want 0.3.1",
]
@ -1764,7 +1764,7 @@ dependencies = [
"hyper-util",
"rustls",
"rustls-pki-types",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-rustls",
"tower-service",
"webpki-roots",
@ -1797,7 +1797,7 @@ dependencies = [
"hyper 1.4.1",
"pin-project-lite",
"socket2 0.5.7",
"tokio 1.40.0",
"tokio 1.41.0",
"tower-service",
"tracing",
]
@ -2907,7 +2907,7 @@ dependencies = [
"rustls",
"socket2 0.5.7",
"thiserror",
"tokio 1.40.0",
"tokio 1.41.0",
"tracing",
]
@ -3150,7 +3150,7 @@ dependencies = [
"percent-encoding 2.3.1",
"pin-project-lite",
"ryu",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-retry",
"tokio-util",
"url 2.5.2",
@ -3273,7 +3273,7 @@ dependencies = [
"serde_json",
"serde_urlencoded 0.7.1",
"sync_wrapper",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-rustls",
"tokio-socks",
"tokio-util",
@ -3996,9 +3996,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.40.0"
version = "1.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
dependencies = [
"backtrace",
"bytes 1.7.2",
@ -4092,7 +4092,7 @@ checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
dependencies = [
"pin-project",
"rand 0.8.5",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4103,7 +4103,7 @@ checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls",
"rustls-pki-types",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4115,7 +4115,7 @@ dependencies = [
"either",
"futures-util",
"thiserror",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4182,7 +4182,7 @@ dependencies = [
"libc",
"slab",
"socket2 0.4.10",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4195,7 +4195,7 @@ dependencies = [
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4564,7 +4564,7 @@ dependencies = [
"stop-words",
"tempfile",
"thesaurus",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]

View File

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