Skip to content

Commit f372ef1

Browse files
Bump toml from 0.8.19 to 0.8.20 (#1363)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.19 to 0.8.20. - [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20) --- updated-dependencies: - dependency-name: toml 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>
1 parent f1d0350 commit f372ef1

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

Cargo.lock

+19-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bazelfe-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ rand = "0.8.5"
6464
regex = "1.11.1"
6565
serde = { version = "1.0.217", features = ["derive"] }
6666
dynfmt = { version = "0.1.5", features = ["curly"] }
67-
toml = "0.8.19"
67+
toml = "0.8.20"
6868
time = "0.3.37"
6969
walkdir = "2.5.0"
7070
shellwords = "1.1.0"

bzl-remote-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ rand = "0.8.5"
3535
regex = "1.11.1"
3636
serde = { version = "1.0.217", features = ["derive"] }
3737
serde_derive = "1.0.152"
38-
toml = "0.8.19"
38+
toml = "0.8.20"
3939
thiserror = "2.0.11"
4040
libc = "0.2.169"
4141
crossbeam-channel = { version = "0.5.14" }

0 commit comments

Comments
 (0)