Skip to content

Commit

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

---
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 13, 2025
1 parent c6f316c commit 1d75d30
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 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 bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ prost = "0.12.6"
prost-types = "0.12.6"
rand = "0.8.5"
serde = { version = "1.0.217", features = ["derive"] }
thiserror = "2.0.10"
thiserror = "2.0.11"
fork = { version = "0.2.0", optional = true }
stdio-override = { version = "0.1.3", optional = true }
libc = "0.2.169"
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ time = "0.3.37"
walkdir = "2.5.0"
shellwords = "1.1.0"
zip = "0.6.6"
thiserror = "2.0.10"
thiserror = "2.0.11"
fork = { version = "0.2.0", optional = true }
serde_json = "1.0.135"
stdio-override = { version = "0.1.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-protos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prost = "0.12.6"
# Required for wellknown types
prost-types = "0.12.6"
sha2 = "0.10.8"
thiserror = "2.0.10"
thiserror = "2.0.11"
openssl = { version = "0.10.68", features = ["vendored"] }

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion bzl-remote-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ regex = "1.11.1"
serde = { version = "1.0.217", features = ["derive"] }
serde_derive = "1.0.152"
toml = "0.8.19"
thiserror = "2.0.10"
thiserror = "2.0.11"
libc = "0.2.169"
crossbeam-channel = { version = "0.5.14" }
tokio-util = { version = "0.7.13", features = ["compat"] }
Expand Down

0 comments on commit 1d75d30

Please sign in to comment.