mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
build(deps): bump tokio from 1.43.0 to 1.44.0 in the deps group (#2079)
Bumps the deps group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.43.0 to 1.44.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
acd08f1845
commit
ed23038614
8 changed files with 10 additions and 10 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4391,9 +4391,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio"
|
name = "tokio"
|
||||||
version = "1.43.0"
|
version = "1.44.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
|
|
@ -40,7 +40,7 @@ strum = "0.27.0"
|
||||||
strum_macros = "0.27.0"
|
strum_macros = "0.27.0"
|
||||||
supports-color = "3.0.0"
|
supports-color = "3.0.0"
|
||||||
tempfile = "3.5.0"
|
tempfile = "3.5.0"
|
||||||
tokio = { version = "1.35.0", features = ["rt-multi-thread", "signal"], default-features = false }
|
tokio = { version = "1.44.0", features = ["rt-multi-thread", "signal"], default-features = false }
|
||||||
tracing = { version = "0.1.39", default-features = false }
|
tracing = { version = "0.1.39", default-features = false }
|
||||||
tracing-core = "0.1.32"
|
tracing-core = "0.1.32"
|
||||||
tracing-log = { version = "0.2.0", default-features = false }
|
tracing-log = { version = "0.2.0", default-features = false }
|
||||||
|
|
|
@ -53,7 +53,7 @@ serde_json = { version = "1.0.107", optional = true }
|
||||||
tar = { package = "binstall-tar", version = "0.4.39" }
|
tar = { package = "binstall-tar", version = "0.4.39" }
|
||||||
tempfile = "3.5.0"
|
tempfile = "3.5.0"
|
||||||
thiserror = "2.0.11"
|
thiserror = "2.0.11"
|
||||||
tokio = { version = "1.35.0", features = [
|
tokio = { version = "1.44.0", features = [
|
||||||
"macros",
|
"macros",
|
||||||
"rt-multi-thread",
|
"rt-multi-thread",
|
||||||
"sync",
|
"sync",
|
||||||
|
|
|
@ -26,7 +26,7 @@ minisign-verify = "0.2.1"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
strum = "0.27.0"
|
strum = "0.27.0"
|
||||||
thiserror = "2.0.11"
|
thiserror = "2.0.11"
|
||||||
tokio = { version = "1.35.0", features = [
|
tokio = { version = "1.44.0", features = [
|
||||||
"rt",
|
"rt",
|
||||||
"sync",
|
"sync",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
|
|
|
@ -19,7 +19,7 @@ serde = { version = "1.0.163", features = ["derive"] }
|
||||||
serde-tuple-vec-map = "1.0.1"
|
serde-tuple-vec-map = "1.0.1"
|
||||||
serde_json = { version = "1.0.107" }
|
serde_json = { version = "1.0.107" }
|
||||||
thiserror = "2.0.11"
|
thiserror = "2.0.11"
|
||||||
tokio = { version = "1.35.0", features = ["sync"], default-features = false }
|
tokio = { version = "1.44.0", features = ["sync"], default-features = false }
|
||||||
tracing = "0.1.39"
|
tracing = "0.1.39"
|
||||||
url = "2.5.4"
|
url = "2.5.4"
|
||||||
zeroize = "1.8.1"
|
zeroize = "1.8.1"
|
||||||
|
|
|
@ -30,7 +30,7 @@ sha2 = "0.10.7"
|
||||||
simple-git = { version = "0.2.4", optional = true }
|
simple-git = { version = "0.2.4", optional = true }
|
||||||
tempfile = "3.5.0"
|
tempfile = "3.5.0"
|
||||||
thiserror = "2.0.11"
|
thiserror = "2.0.11"
|
||||||
tokio = { version = "1.35.0", features = [
|
tokio = { version = "1.44.0", features = [
|
||||||
"rt",
|
"rt",
|
||||||
"sync",
|
"sync",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
|
|
|
@ -36,7 +36,7 @@ strum = "0.27.0"
|
||||||
target-lexicon = { version = "0.13.0", features = ["std"] }
|
target-lexicon = { version = "0.13.0", features = ["std"] }
|
||||||
tempfile = "3.5.0"
|
tempfile = "3.5.0"
|
||||||
thiserror = "2.0.11"
|
thiserror = "2.0.11"
|
||||||
tokio = { version = "1.35.0", features = [
|
tokio = { version = "1.44.0", features = [
|
||||||
"rt",
|
"rt",
|
||||||
"process",
|
"process",
|
||||||
"sync",
|
"sync",
|
||||||
|
|
|
@ -10,7 +10,7 @@ edition = "2021"
|
||||||
license = "Apache-2.0 OR MIT"
|
license = "Apache-2.0 OR MIT"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.35.0", features = [
|
tokio = { version = "1.44.0", features = [
|
||||||
"rt",
|
"rt",
|
||||||
"process",
|
"process",
|
||||||
"sync",
|
"sync",
|
||||||
|
@ -35,7 +35,7 @@ windows-sys = { version = "0.59.0", features = [
|
||||||
] }
|
] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1.35.0", features = ["macros"], default-features = false }
|
tokio = { version = "1.44.0", features = ["macros"], default-features = false }
|
||||||
|
|
||||||
[package.metadata.binstall]
|
[package.metadata.binstall]
|
||||||
pkg-url = "{ repo }/releases/download/v{ version }/cargo-binstall-{ target }.full.{ archive-format }"
|
pkg-url = "{ repo }/releases/download/v{ version }/cargo-binstall-{ target }.full.{ archive-format }"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue