Skip to content

Commit

Permalink
Bump toml from 0.8.8 to 0.8.9
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.8 to 0.8.9.
- [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 23c47bf commit 8f37e6b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rand = "0.8.5"
regex = "1.10.3"
serde = { version = "1.0.196", features = ["derive"] }
dynfmt = { version = "0.1.5", features = ["curly"] }
toml = "0.8.8"
toml = "0.8.9"
time = "0.3.31"
walkdir = "2.4.0"
shellwords = "1.1.0"
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 @@ -35,7 +35,7 @@ rand = "0.8.5"
regex = "1.10.3"
serde = { version = "1.0.196", features = ["derive"] }
serde_derive = "1.0.152"
toml = "0.8.8"
toml = "0.8.9"
thiserror = "1.0.56"
libc = "0.2.153"
crossbeam-channel = { version = "0.5.11" }
Expand Down

0 comments on commit 8f37e6b

Please sign in to comment.