mirror of
https://github.com/nushell/nushell.git
synced 2025-04-22 04:08:20 +02:00
build(deps): bump tokio from 1.43.0 to 1.44.1 (#15419)
This commit is contained in:
parent
02fcc485fb
commit
1979b61a92
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -7221,9 +7221,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.43.0"
|
version = "1.44.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
@ -46,7 +46,7 @@ hashbrown = { version = "0.15", features = ["rayon", "serde"] }
|
|||||||
# Cloud support
|
# Cloud support
|
||||||
aws-config = { version = "1.5", features = ["sso"] }
|
aws-config = { version = "1.5", features = ["sso"] }
|
||||||
aws-credential-types = "1.2"
|
aws-credential-types = "1.2"
|
||||||
tokio = { version = "1.43", features = ["full"] }
|
tokio = { version = "1.44", features = ["full"] }
|
||||||
object_store = { version = "0.11", default-features = false }
|
object_store = { version = "0.11", default-features = false }
|
||||||
url.workspace = true
|
url.workspace = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user