mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 07:36:38 +00:00
build(deps): bump tokio from 1.44.1 to 1.44.2 in the cargo group
Bumps the cargo group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.44.1 to 1.44.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b288890787
commit
ae7f502d11
8 changed files with 10 additions and 10 deletions
|
@ -19,7 +19,7 @@ serde = { version = "1.0.163", features = ["derive"] }
|
|||
serde-tuple-vec-map = "1.0.1"
|
||||
serde_json = { version = "1.0.107" }
|
||||
thiserror = "2.0.11"
|
||||
tokio = { version = "1.44.0", features = ["sync"], default-features = false }
|
||||
tokio = { version = "1.44.2", features = ["sync"], default-features = false }
|
||||
tracing = "0.1.39"
|
||||
url = "2.5.4"
|
||||
zeroize = "1.8.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue