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

Compare commits

..

3 Commits

Author SHA1 Message Date
dependabot[bot]
a609db0ff5
build(deps): bump futures from 0.3.30 to 0.3.31
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.30 to 0.3.31.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.30...0.3.31)

---
updated-dependencies:
- dependency-name: futures
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-02 11:36:18 +00:00
dependabot[bot]
d75e7d07ec
build(deps): bump actix-governor from 0.6.0 to 0.7.0 (#625) 2024-11-02 11:32:26 +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 32 additions and 30 deletions

58
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",
]
@ -59,9 +59,9 @@ dependencies = [
[[package]]
name = "actix-governor"
version = "0.6.0"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0954b0f27aabd8f56bb03f2a77b412ddf3f8c034a3c27b2086c1fc75415760df"
checksum = "072a3d7907b945b0956f9721e01c117ad5765ce5be2fd9bb1e44a117c669de22"
dependencies = [
"actix-http",
"actix-web",
@ -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",
]
@ -1020,11 +1020,12 @@ dependencies = [
[[package]]
name = "dashmap"
version = "5.5.3"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils 0.8.20",
"hashbrown 0.14.5",
"lock_api 0.4.12",
"once_cell",
@ -1478,14 +1479,15 @@ checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
[[package]]
name = "governor"
version = "0.6.3"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
checksum = "0746aa765db78b521451ef74221663b57ba595bf83f75d0ce23cc09447c8139f"
dependencies = [
"cfg-if 1.0.0",
"dashmap",
"futures 0.3.31",
"futures-sink",
"futures-timer",
"futures-util",
"no-std-compat",
"nonzero_ext",
"parking_lot 0.12.3",
@ -1528,7 +1530,7 @@ dependencies = [
"http 1.1.0",
"indexmap 2.5.0",
"slab",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-util",
"tracing",
]
@ -1746,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",
]
@ -1762,7 +1764,7 @@ dependencies = [
"hyper-util",
"rustls",
"rustls-pki-types",
"tokio 1.40.0",
"tokio 1.41.0",
"tokio-rustls",
"tower-service",
"webpki-roots",
@ -1795,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",
]
@ -2905,7 +2907,7 @@ dependencies = [
"rustls",
"socket2 0.5.7",
"thiserror",
"tokio 1.40.0",
"tokio 1.41.0",
"tracing",
]
@ -3148,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",
@ -3271,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",
@ -3994,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",
@ -4090,7 +4092,7 @@ checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
dependencies = [
"pin-project",
"rand 0.8.5",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4101,7 +4103,7 @@ checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls",
"rustls-pki-types",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4113,7 +4115,7 @@ dependencies = [
"either",
"futures-util",
"thiserror",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4180,7 +4182,7 @@ dependencies = [
"libc",
"slab",
"socket2 0.4.10",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4193,7 +4195,7 @@ dependencies = [
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio 1.40.0",
"tokio 1.41.0",
]
[[package]]
@ -4562,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",
@ -62,7 +62,7 @@ futures = { version = "0.3.31", default-features = false, features = ["alloc"] }
dhat = { version = "0.3.2", optional = true, default-features = false }
mimalloc = { version = "0.1.43", default-features = false }
async-once-cell = { version = "0.5.3", default-features = false }
actix-governor = { version = "0.6.0", default-features = false }
actix-governor = { version = "0.7.0", default-features = false }
moka = { version = "0.12.8", optional = true, default-features = false, features = [
"future",
] }