Skip to content

Commit 7b1efc6

Browse files
Bump thiserror from 2.0.14 to 2.0.15 (#1478)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.14 to 2.0.15. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.14...2.0.15) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c11e439 commit 7b1efc6

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelfe-bazel-wrapper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prost = "0.12.6"
2323
prost-types = "0.12.6"
2424
rand = "0.8.5"
2525
serde = { version = "1.0.219", features = ["derive"] }
26-
thiserror = "2.0.14"
26+
thiserror = "2.0.15"
2727
fork = { version = "0.2.0", optional = true }
2828
stdio-override = { version = "0.1.3", optional = true }
2929
libc = "0.2.175"

bazelfe-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ time = "0.3.41"
6969
walkdir = "2.5.0"
7070
shellwords = "1.1.0"
7171
zip = "0.6.6"
72-
thiserror = "2.0.14"
72+
thiserror = "2.0.15"
7373
fork = { version = "0.2.0", optional = true }
7474
serde_json = "1.0.142"
7575
stdio-override = { version = "0.1.3", optional = true }

bazelfe-protos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prost = "0.12.6"
1111
# Required for wellknown types
1212
prost-types = "0.12.6"
1313
sha2 = "0.10.9"
14-
thiserror = "2.0.14"
14+
thiserror = "2.0.15"
1515
openssl = { version = "0.10.73", features = ["vendored"] }
1616

1717
[dependencies.tokio]

bzl-remote-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ regex = "1.11.1"
3636
serde = { version = "1.0.219", features = ["derive"] }
3737
serde_derive = "1.0.152"
3838
toml = "0.9.5"
39-
thiserror = "2.0.14"
39+
thiserror = "2.0.15"
4040
libc = "0.2.175"
4141
crossbeam-channel = { version = "0.5.15" }
4242
tokio-util = { version = "0.7.16", features = ["compat"] }

0 commit comments

Comments
 (0)