mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-22 10:36:36 +00:00
build(deps): bump the deps group with 3 updates
Bumps the deps group with 3 updates: [clap](https://github.com/clap-rs/clap), [serde](https://github.com/serde-rs/serde) and [flate2](https://github.com/rust-lang/flate2-rs). Updates `clap` from 4.5.13 to 4.5.15 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.13...v4.5.15) Updates `serde` from 1.0.204 to 1.0.205 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.204...v1.0.205) Updates `flate2` from 1.0.30 to 1.0.31 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.30...1.0.31) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
96f5445e52
commit
4785ab6b4c
8 changed files with 18 additions and 18 deletions
crates
bin
binstalk-downloader
binstalk-git-repo-api
binstalk-manifests
binstalk-registry
binstalk-types
cargo-toml-workspace
|
@ -24,7 +24,7 @@ pkg-fmt = "zip"
|
|||
[dependencies]
|
||||
binstalk = { path = "../binstalk", version = "0.27.1", default-features = false }
|
||||
binstalk-manifests = { path = "../binstalk-manifests", version = "0.14.1" }
|
||||
clap = { version = "4.5.3", features = ["derive", "env"] }
|
||||
clap = { version = "4.5.15", features = ["derive", "env"] }
|
||||
compact_str = "0.8.0"
|
||||
dirs = "5.0.1"
|
||||
file-format = { version = "0.25.0", default-features = false }
|
||||
|
|
|
@ -31,7 +31,7 @@ binstalk-types = { version = "0.8.0", path = "../binstalk-types" }
|
|||
bytes = "1.4.0"
|
||||
bzip2 = "0.4.4"
|
||||
compact_str = "0.8.0"
|
||||
flate2 = { version = "1.0.28", default-features = false }
|
||||
flate2 = { version = "1.0.31", default-features = false }
|
||||
futures-util = "0.3.30"
|
||||
futures-io = "0.3.30"
|
||||
httpdate = "1.0.2"
|
||||
|
@ -43,7 +43,7 @@ reqwest = { version = "0.12.5", features = [
|
|||
"brotli",
|
||||
"deflate",
|
||||
], default-features = false }
|
||||
serde = { version = "1.0.163", features = ["derive"], optional = true }
|
||||
serde = { version = "1.0.205", features = ["derive"], optional = true }
|
||||
serde_json = { version = "1.0.107", optional = true }
|
||||
# Use a fork here since we need PAX support, but the upstream
|
||||
# does not hav the PR merged yet.
|
||||
|
|
|
@ -15,7 +15,7 @@ binstalk-downloader = { version = "0.12.0", path = "../binstalk-downloader", def
|
|||
] }
|
||||
compact_str = "0.8.0"
|
||||
percent-encoding = "2.2.0"
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde = { version = "1.0.205", features = ["derive"] }
|
||||
serde-tuple-vec-map = "1.0.1"
|
||||
serde_json = { version = "1.0.107" }
|
||||
thiserror = "1.0.52"
|
||||
|
|
|
@ -17,7 +17,7 @@ fs-lock = { version = "0.1.4", path = "../fs-lock" }
|
|||
home = "0.5.9"
|
||||
miette = "7.0.0"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde = { version = "1.0.205", features = ["derive"] }
|
||||
serde-tuple-vec-map = "1.0.1"
|
||||
serde_json = "1.0.107"
|
||||
thiserror = "1.0.61"
|
||||
|
|
|
@ -24,7 +24,7 @@ miette = "7.0.0"
|
|||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||
once_cell = "1.18.0"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde = { version = "1.0.205", features = ["derive"] }
|
||||
serde_json = "1.0.107"
|
||||
sha2 = "0.10.7"
|
||||
simple-git = { version = "0.2.4", optional = true }
|
||||
|
|
|
@ -14,7 +14,7 @@ compact_str = { version = "0.8.0", features = ["serde"] }
|
|||
maybe-owned = { version = "0.3.4", features = ["serde"] }
|
||||
once_cell = "1.18.0"
|
||||
semver = { version = "1.0.17", features = ["serde"] }
|
||||
serde = { version = "1.0.163", features = ["derive"] }
|
||||
serde = { version = "1.0.205", features = ["derive"] }
|
||||
strum = "0.26.1"
|
||||
strum_macros = "0.26.1"
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
|
|
@ -14,7 +14,7 @@ cargo_toml = "0.20.0"
|
|||
compact_str = { version = "0.8.0", features = ["serde"] }
|
||||
glob = "0.3.1"
|
||||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||
serde = "1.0.163"
|
||||
serde = "1.0.205"
|
||||
thiserror = "1.0.61"
|
||||
tracing = "0.1.39"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue