Skip to content

Commit 1ec16ca

Browse files
dependabot[bot]Jisu-Woniu
authored andcommitted
build(deps): bump toml from 0.8.14 to 0.8.15
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.14 to 0.8.15. - [Commits](toml-rs/toml@toml-v0.8.14...toml-v0.8.15) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ba451e commit 1ec16ca

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ mimalloc = { version = "0.1.43", optional = true }
167167
serde.workspace = true
168168
sysinfo = { version = "0.30.13", features = ["serde"] }
169169
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros", "process"] }
170-
toml = "0.8.14"
170+
toml = "0.8.15"
171171

172172
# Unused for now:
173173
# nix = { version = "0.27.1", features = ["fs"] }

crates/rsjudge-traits/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ tokio = { workspace = true, features = ["process"] }
1717

1818
[dev-dependencies]
1919
serde_json = "1.0.120"
20-
toml = { version = "0.8.14", features = ["preserve_order"] }
20+
toml = { version = "0.8.15", features = ["preserve_order"] }

0 commit comments

Comments
 (0)