build(deps): bump the deps group with 3 updates (#2015)

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](https://github.com/microsoft/windows-rs/compare/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](https://github.com/rust-lang/log/compare/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](https://github.com/dtolnay/thiserror/compare/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>
This commit is contained in:
dependabot[bot] 2025-01-11 13:20:03 +11:00 committed by GitHub
parent f15549e0c7
commit fa7478ca78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 212 additions and 70 deletions

View file

@ -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"] }

View file

@ -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"] }
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"

View file

@ -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"

View file

@ -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",

View file

@ -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",

View file

@ -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"

View file

@ -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"] }

View file

@ -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",

View file

@ -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",

View file

@ -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]