Skip to content

Commit

Permalink
Merge pull request #55 from MolotovCherry/dependabot/cargo/thiserror-…
Browse files Browse the repository at this point in the history
…1.0.51

Bump thiserror from 1.0.50 to 1.0.51
  • Loading branch information
MolotovCherry authored Dec 18, 2023
2 parents 2f34080 + 4faa74a commit 3911a10
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions 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 driver-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ log = { version = "0.4.20", features = ["std"] }
env_logger = { version = "0.10.1", default-features = false, optional = true }
widestring = "1.0.2"
winreg = "0.52.0"
thiserror = "1.0.49"
thiserror = "1.0.51"

[dependencies.windows]
version = "0.52.0"
Expand Down
2 changes: 1 addition & 1 deletion 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.49"
thiserror = "1.0.51"
anyhow = "1.0.75"
wdf-umdf-sys = { path = "../wdf-umdf-sys" }
wdf-umdf = { path = "../wdf-umdf" }
Expand Down
4 changes: 2 additions & 2 deletions 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.14.0"
thiserror = "1.0.49"
thiserror = "1.0.51"

[build-dependencies]
bindgen = "0.69.1"
thiserror = "1.0.49"
thiserror = "1.0.51"
winreg = "0.52.0"
2 changes: 1 addition & 1 deletion 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.49"
thiserror = "1.0.51"

0 comments on commit 3911a10

Please sign in to comment.