Skip to content

Commit

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

---
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 Aug 2, 2024
1 parent 75f21a8 commit 46533fd
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 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.31.0", features = ["serde"] }
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] }
toml = "0.8.17"
toml = "0.8.19"

# 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.17", features = ["preserve_order"] }
toml = { version = "0.8.19", features = ["preserve_order"] }

0 comments on commit 46533fd

Please sign in to comment.