Skip to content

Commit

Permalink
build(deps): bump toml from 0.8.16 to 0.8.17
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.16 to 0.8.17.
- [Commits](toml-rs/toml@toml-v0.8.16...toml-v0.8.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Jisu-Woniu committed Jul 31, 2024
1 parent 3bc00a1 commit 30ff850
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ mimalloc = { version = "0.1.43", optional = true }
serde.workspace = true
sysinfo = { version = "0.30.13", features = ["serde"] }
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] }
toml = "0.8.16"
toml = "0.8.17"

# Unused for now:
# nix = { version = "0.27.1", features = ["fs"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/rsjudge-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ tokio = { workspace = true, features = ["process"] }

[dev-dependencies]
serde_json = "1.0.121"
toml = { version = "0.8.16", features = ["preserve_order"] }
toml = { version = "0.8.17", features = ["preserve_order"] }

0 comments on commit 30ff850

Please sign in to comment.