mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 04:58:42 +00:00
build(deps): bump the deps group with 2 updates (#1981)
Bumps the deps group with 2 updates: [embed-resource](https://github.com/nabijaczleweli/rust-embed-resource) and [url](https://github.com/servo/rust-url). Updates `embed-resource` from 2.5.1 to 3.0.1 - [Release notes](https://github.com/nabijaczleweli/rust-embed-resource/releases) - [Commits](https://github.com/nabijaczleweli/rust-embed-resource/compare/v2.5.1...v3.0.1) Updates `url` from 2.5.3 to 2.5.4 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.5.3...v2.5.4) --- updated-dependencies: - dependency-name: embed-resource dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch 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
7b5b928d50
commit
2f84637d23
9 changed files with 12 additions and 12 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -1002,9 +1002,9 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "embed-resource"
|
name = "embed-resource"
|
||||||
version = "2.5.1"
|
version = "3.0.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b68b6f9f63a0b6a38bc447d4ce84e2b388f3ec95c99c641c8ff0dd3ef89a6379"
|
checksum = "4762ce03154ba57ebaeee60cc631901ceae4f18219cbb874e464347471594742"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cc",
|
"cc",
|
||||||
"memchr",
|
"memchr",
|
||||||
|
@ -4521,9 +4521,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "url"
|
name = "url"
|
||||||
version = "2.5.3"
|
version = "2.5.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada"
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"form_urlencoded",
|
"form_urlencoded",
|
||||||
"idna 1.0.3",
|
"idna 1.0.3",
|
||||||
|
|
|
@ -47,7 +47,7 @@ tracing-subscriber = { version = "0.3.17", features = ["fmt", "json", "ansi"], d
|
||||||
zeroize = "1.8.1"
|
zeroize = "1.8.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
embed-resource = "2.4.1"
|
embed-resource = "3.0.1"
|
||||||
vergen = { version = "8.2.7", features = ["build", "cargo", "git", "gitcl", "rustc"] }
|
vergen = { version = "8.2.7", features = ["build", "cargo", "git", "gitcl", "rustc"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
|
@ -65,7 +65,7 @@ hickory-resolver = { version = "0.25.0-alpha.3", optional = true, features = [
|
||||||
"dnssec-ring",
|
"dnssec-ring",
|
||||||
] }
|
] }
|
||||||
once_cell = { version = "1.18.0", optional = true }
|
once_cell = { version = "1.18.0", optional = true }
|
||||||
url = "2.5.3"
|
url = "2.5.4"
|
||||||
|
|
||||||
xz2 = "0.1.7"
|
xz2 = "0.1.7"
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ tokio = { version = "1.35.0", features = [
|
||||||
"sync",
|
"sync",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
tracing = "0.1.39"
|
tracing = "0.1.39"
|
||||||
url = "2.5.3"
|
url = "2.5.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
binstalk-downloader = { version = "0.13.4", path = "../binstalk-downloader" }
|
binstalk-downloader = { version = "0.13.4", path = "../binstalk-downloader" }
|
||||||
|
|
|
@ -21,7 +21,7 @@ serde_json = { version = "1.0.107" }
|
||||||
thiserror = "2.0.1"
|
thiserror = "2.0.1"
|
||||||
tokio = { version = "1.35.0", features = ["sync"], default-features = false }
|
tokio = { version = "1.35.0", features = ["sync"], default-features = false }
|
||||||
tracing = "0.1.39"
|
tracing = "0.1.39"
|
||||||
url = "2.5.3"
|
url = "2.5.4"
|
||||||
zeroize = "1.8.1"
|
zeroize = "1.8.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -22,7 +22,7 @@ serde-tuple-vec-map = "1.0.1"
|
||||||
serde_json = "1.0.107"
|
serde_json = "1.0.107"
|
||||||
thiserror = "2.0.1"
|
thiserror = "2.0.1"
|
||||||
toml_edit = { version = "0.22.12", features = ["serde"] }
|
toml_edit = { version = "0.22.12", features = ["serde"] }
|
||||||
url = { version = "2.5.3", features = ["serde"] }
|
url = { version = "2.5.4", features = ["serde"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
detect-targets = { version = "0.1.29", path = "../detect-targets" }
|
detect-targets = { version = "0.1.29", path = "../detect-targets" }
|
||||||
|
|
|
@ -35,7 +35,7 @@ tokio = { version = "1.35.0", features = [
|
||||||
"sync",
|
"sync",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
tracing = "0.1.39"
|
tracing = "0.1.39"
|
||||||
url = "2.5.3"
|
url = "2.5.4"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
|
||||||
|
|
|
@ -17,7 +17,7 @@ semver = { version = "1.0.17", features = ["serde"] }
|
||||||
serde = { version = "1.0.163", features = ["derive"] }
|
serde = { version = "1.0.163", features = ["derive"] }
|
||||||
strum = "0.26.1"
|
strum = "0.26.1"
|
||||||
strum_macros = "0.26.1"
|
strum_macros = "0.26.1"
|
||||||
url = { version = "2.5.3", features = ["serde"] }
|
url = { version = "2.5.4", features = ["serde"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
|
@ -43,7 +43,7 @@ tokio = { version = "1.35.0", features = [
|
||||||
"time",
|
"time",
|
||||||
], default-features = false }
|
], default-features = false }
|
||||||
tracing = "0.1.39"
|
tracing = "0.1.39"
|
||||||
url = { version = "2.5.3", features = ["serde"] }
|
url = { version = "2.5.4", features = ["serde"] }
|
||||||
zeroize = "1.8.1"
|
zeroize = "1.8.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Add table
Reference in a new issue