Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 16e7f45 commit caedf46
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
log = "0.4.21"
serde = { version = "1.0.201", features = ["derive"] }
thiserror = "1.0.59"
thiserror = "1.0.61"
owo-colors = "4.0.0"
serde_json = "1.0.117"
windows = { version = "0.56.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.21", features = ["std"] }
env_filter = { version = "0.1.0", default-features = false, optional = true }
widestring = "1.1.0"
winreg = "0.52.0"
thiserror = "1.0.59"
thiserror = "1.0.61"

[dependencies.windows]
version = "0.56.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.59"
thiserror = "1.0.61"
anyhow = "1.0.83"
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.15.0"
thiserror = "1.0.59"
thiserror = "1.0.61"

[build-dependencies]
bindgen = "0.69.4"
thiserror = "1.0.59"
thiserror = "1.0.61"
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.59"
thiserror = "1.0.61"

0 comments on commit caedf46

Please sign in to comment.