Skip to content

Commit

Permalink
Merge pull request #102 from MolotovCherry/dependabot/cargo/rust/this…
Browse files Browse the repository at this point in the history
…error-1.0.58

Bump thiserror from 1.0.57 to 1.0.58 in /rust
  • Loading branch information
MolotovCherry authored Mar 18, 2024
2 parents cad2771 + d7c2067 commit a5fe921
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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-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.0.2"
winreg = "0.52.0"
thiserror = "1.0.57"
thiserror = "1.0.58"

[dependencies.windows]
version = "0.54.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.57"
thiserror = "1.0.58"
anyhow = "1.0.81"
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.14"
bytemuck = "1.15.0"
thiserror = "1.0.57"
thiserror = "1.0.58"

[build-dependencies]
bindgen = "0.69.4"
thiserror = "1.0.57"
thiserror = "1.0.58"
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.14"
thiserror = "1.0.57"
thiserror = "1.0.58"

0 comments on commit a5fe921

Please sign in to comment.