Skip to content

Commit

Permalink
build(deps): bump the deps group with 3 updates (#2015)
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates: [windows](https://github.com/microsoft/windows-rs), [log](https://github.com/rust-lang/log) and [thiserror](https://github.com/dtolnay/thiserror).


Updates `windows` from 0.58.0 to 0.59.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.58.0...0.59.0)

Updates `log` from 0.4.22 to 0.4.24
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.24)

Updates `thiserror` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.10...2.0.11)

---
updated-dependencies:
- dependency-name: windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: thiserror
  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>
dependabot[bot] authored Jan 11, 2025
1 parent f15549e commit fa7478c
Showing 11 changed files with 212 additions and 70 deletions.
262 changes: 202 additions & 60 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/atomic-file-install/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@ tempfile = "3.5.0"
tracing = "0.1.39"

[target.'cfg(windows)'.dependencies]
windows = { version = "0.58.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
windows = { version = "0.59.0", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] }
2 changes: 1 addition & 1 deletion crates/bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ compact_str = "0.8.0"
dirs = "5.0.1"
file-format = { version = "0.26.0", default-features = false }
home = "0.5.9"
log = { version = "0.4.18", features = ["std"] }

This comment has been minimized.

Copy link
@mavdotj

mavdotj Jan 12, 2025

log v0.4.24 was yanked.

log = { version = "0.4.24", features = ["std"] }
miette = "7.0.0"
mimalloc = { version = "0.1.39", default-features = false, optional = true }
once_cell = "1.18.0"
2 changes: 1 addition & 1 deletion crates/binstalk-bins/Cargo.toml
Original file line number Diff line number Diff line change
@@ -17,5 +17,5 @@ compact_str = { version = "0.8.0", features = ["serde"] }
leon = "3.0.0"
miette = "7.0.0"
normalize-path = { version = "0.2.1", path = "../normalize-path" }
thiserror = "2.0.7"
thiserror = "2.0.11"
tracing = "0.1.39"
2 changes: 1 addition & 1 deletion crates/binstalk-downloader/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
thiserror = "2.0.7"
thiserror = "2.0.11"
tokio = { version = "1.35.0", features = [
"macros",
"rt-multi-thread",
2 changes: 1 addition & 1 deletion crates/binstalk-fetchers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ miette = "7.0.0"
minisign-verify = "0.2.1"
once_cell = "1.18.0"
strum = "0.26.1"
thiserror = "2.0.7"
thiserror = "2.0.11"
tokio = { version = "1.35.0", features = [
"rt",
"sync",
2 changes: 1 addition & 1 deletion crates/binstalk-git-repo-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ percent-encoding = "2.2.0"
serde = { version = "1.0.163", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = { version = "1.0.107" }
thiserror = "2.0.7"
thiserror = "2.0.11"
tokio = { version = "1.35.0", features = ["sync"], default-features = false }
tracing = "0.1.39"
url = "2.5.4"
2 changes: 1 addition & 1 deletion crates/binstalk-manifests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.163", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = "1.0.107"
thiserror = "2.0.7"
thiserror = "2.0.11"
toml_edit = { version = "0.22.12", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }

2 changes: 1 addition & 1 deletion crates/binstalk-registry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ serde_json = "1.0.107"
sha2 = "0.10.7"
simple-git = { version = "0.2.4", optional = true }
tempfile = "3.5.0"
thiserror = "2.0.7"
thiserror = "2.0.11"
tokio = { version = "1.35.0", features = [
"rt",
"sync",
2 changes: 1 addition & 1 deletion crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ simple-git = { version = "0.2.10", optional = true }
strum = "0.26.1"
target-lexicon = { version = "0.13.0", features = ["std"] }
tempfile = "3.5.0"
thiserror = "2.0.7"
thiserror = "2.0.11"
tokio = { version = "1.35.0", features = [
"rt",
"process",
2 changes: 1 addition & 1 deletion crates/cargo-toml-workspace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ 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"
thiserror = "2.0.7"
thiserror = "2.0.11"
tracing = "0.1.39"

[dev-dependencies]

0 comments on commit fa7478c

Please sign in to comment.