Skip to content

Commit

Permalink
Bump thiserror from 1.0.65 to 1.0.68 in /rust (#204)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.65 to 1.0.68.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.65...1.0.68)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 40c389e commit 20ba5f6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/driver-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rust-version = "1.80"
[dependencies]
log = "0.4.22"
serde = { version = "1.0.214", features = ["derive"] }
thiserror = "1.0.65"
thiserror = "1.0.68"
owo-colors = "4.1.0"
serde_json = "1.0.132"
windows = { version = "0.58.0", features = ["Win32_Foundation"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/driver-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ log = { version = "0.4.22", features = ["std"] }
env_filter = { version = "0.1.2", default-features = false, optional = true }
widestring = "1.1.0"
winreg = "0.52.0"
thiserror = "1.0.65"
thiserror = "1.0.68"

[dependencies.windows]
version = "0.58.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/virtual-display-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = true
crate-type = ["cdylib"]

[dependencies]
thiserror = "1.0.65"
thiserror = "1.0.68"
anyhow = "1.0.92"
wdf-umdf-sys = { path = "../wdf-umdf-sys" }
wdf-umdf = { path = "../wdf-umdf" }
Expand Down
4 changes: 2 additions & 2 deletions rust/wdf-umdf-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ workspace = true
[dependencies]
paste = "1.0.15"
bytemuck = "1.19.0"
thiserror = "1.0.65"
thiserror = "1.0.68"

[build-dependencies]
bindgen = "0.70.1"
thiserror = "1.0.65"
thiserror = "1.0.68"
winreg = "0.52.0"
2 changes: 1 addition & 1 deletion rust/wdf-umdf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ workspace = true
[dependencies]
wdf-umdf-sys = { path = "../wdf-umdf-sys" }
paste = "1.0.15"
thiserror = "1.0.65"
thiserror = "1.0.68"

0 comments on commit 20ba5f6

Please sign in to comment.