Skip to content

Commit

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

---
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 and MolotovCherry committed Jul 15, 2024
1 parent e8d1fc3 commit 152b11e
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.22"
serde = { version = "1.0.204", features = ["derive"] }
thiserror = "1.0.61"
thiserror = "1.0.62"
owo-colors = "4.0.0"
serde_json = "1.0.120"
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.0", default-features = false, optional = true }
widestring = "1.1.0"
winreg = "0.52.0"
thiserror = "1.0.61"
thiserror = "1.0.62"

[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.61"
thiserror = "1.0.62"
anyhow = "1.0.86"
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.16.1"
thiserror = "1.0.61"
thiserror = "1.0.62"

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

0 comments on commit 152b11e

Please sign in to comment.