mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 23:56:37 +00:00
build(deps): bump the deps group with 3 updates
Bumps the deps group with 3 updates: [tempfile](https://github.com/Stebalien/tempfile), [fs4](https://github.com/al8n/fs4-rs) and [windows-sys](https://github.com/microsoft/windows-rs). Updates `tempfile` from 3.10.1 to 3.11.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.10.1...v3.11.0) Updates `fs4` from 0.8.4 to 0.9.1 - [Release notes](https://github.com/al8n/fs4-rs/releases) - [Commits](https://github.com/al8n/fs4-rs/commits) Updates `windows-sys` from 0.52.0 to 0.59.0 - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/compare/0.52.0...0.59.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: fs4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: windows-sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ad892911c6
commit
8f2b4935a6
11 changed files with 16 additions and 15 deletions
|
@ -11,7 +11,7 @@ rust-version = "1.65.0"
|
|||
|
||||
[dependencies]
|
||||
reflink-copy = "0.1.15"
|
||||
tempfile = "3.5.0"
|
||||
tempfile = "3.11.0"
|
||||
tracing = "0.1.39"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
|
|
|
@ -37,7 +37,7 @@ semver = "1.0.17"
|
|||
strum = "0.26.1"
|
||||
strum_macros = "0.26.1"
|
||||
supports-color = "3.0.0"
|
||||
tempfile = "3.5.0"
|
||||
tempfile = "3.11.0"
|
||||
tokio = { version = "1.35.0", features = ["rt-multi-thread", "signal"], default-features = false }
|
||||
tracing-core = "0.1.32"
|
||||
tracing = { version = "0.1.39", default-features = false }
|
||||
|
|
|
@ -50,7 +50,7 @@ serde_json = { version = "1.0.107", optional = true }
|
|||
#
|
||||
#tar = "0.4.38"
|
||||
tar = { package = "binstall-tar", version = "0.4.39" }
|
||||
tempfile = "3.5.0"
|
||||
tempfile = "3.11.0"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = [
|
||||
"macros",
|
||||
|
|
|
@ -26,4 +26,4 @@ url = { version = "2.3.1", features = ["serde"] }
|
|||
|
||||
[dev-dependencies]
|
||||
detect-targets = { version = "0.1.17", path = "../detect-targets" }
|
||||
tempfile = "3.5.0"
|
||||
tempfile = "3.11.0"
|
||||
|
|
|
@ -28,7 +28,7 @@ serde = { version = "1.0.163", features = ["derive"] }
|
|||
serde_json = "1.0.107"
|
||||
sha2 = "0.10.7"
|
||||
simple-git = { version = "0.2.4", optional = true }
|
||||
tempfile = "3.5.0"
|
||||
tempfile = "3.11.0"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = [
|
||||
"rt",
|
||||
|
|
|
@ -34,7 +34,7 @@ semver = { version = "1.0.17", features = ["serde"] }
|
|||
simple-git = { version = "0.2.10", optional = true }
|
||||
strum = "0.26.1"
|
||||
target-lexicon = { version = "0.12.11", features = ["std"] }
|
||||
tempfile = "3.5.0"
|
||||
tempfile = "3.11.0"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = [
|
||||
"rt",
|
||||
|
|
|
@ -19,4 +19,4 @@ thiserror = "1.0.61"
|
|||
tracing = "0.1.39"
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.5.0"
|
||||
tempfile = "3.11.0"
|
||||
|
|
|
@ -27,7 +27,7 @@ tracing = ["dep:tracing"]
|
|||
cli-logging = ["tracing", "dep:tracing-subscriber"]
|
||||
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
windows-sys = { version = "0.52.0", features = [
|
||||
windows-sys = { version = "0.59.0", features = [
|
||||
"Win32_System_Threading",
|
||||
"Win32_System_SystemInformation",
|
||||
"Win32_Foundation",
|
||||
|
|
|
@ -10,7 +10,7 @@ edition = "2021"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
tempfile = "3.5.0"
|
||||
tempfile = "3.11.0"
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/cargo-binstall-{ target }.full.{ archive-format }"
|
||||
|
|
|
@ -10,4 +10,4 @@ edition = "2021"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
fs4 = "0.8.1"
|
||||
fs4 = "0.9.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue