Skip to content

Commit

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

---
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 Jan 3, 2024
1 parent 15a3c50 commit 77398d0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 crates/sample-kmdf-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wdk-macros.workspace = true
wdk-panic.workspace = true
wdk-sys.workspace = true
static_assertions = "1.1.0"
thiserror = "1.0.48"
thiserror = "1.0.55"

[build-dependencies]
wdk-build.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/wdk-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["development-tools::build-utils", "development-tools::ffi"]
bindgen.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror = "1.0.48"
thiserror = "1.0.55"
windows = { version = "0.51.1", features = [
"Win32_Foundation",
"Win32_System_Registry",
Expand Down
2 changes: 1 addition & 1 deletion crates/wdk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ categories = [
[build-dependencies]
bindgen.workspace = true
wdk-build.workspace = true
thiserror = "1.0.48"
thiserror = "1.0.55"
tracing-subscriber = "0.3.17"

[dependencies]
Expand Down

0 comments on commit 77398d0

Please sign in to comment.