Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent ec89a01 commit 24c7a2e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 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.213", features = ["derive"] }
thiserror = "1.0.64"
thiserror = "1.0.65"
fork = { version = "0.2.0", optional = true }
stdio-override = { version = "0.1.3", optional = true }
libc = "0.2.161"
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.36"
walkdir = "2.5.0"
shellwords = "1.1.0"
zip = "0.6.6"
thiserror = "1.0.64"
thiserror = "1.0.65"
fork = { version = "0.2.0", optional = true }
serde_json = "1.0.132"
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 = "1.0.64"
thiserror = "1.0.65"
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.0"
serde = { version = "1.0.213", features = ["derive"] }
serde_derive = "1.0.152"
toml = "0.8.19"
thiserror = "1.0.64"
thiserror = "1.0.65"
libc = "0.2.161"
crossbeam-channel = { version = "0.5.13" }
tokio-util = { version = "0.7.12", features = ["compat"] }
Expand Down

0 comments on commit 24c7a2e

Please sign in to comment.