Skip to content

Commit 54ea2df

Browse files
fix(deps): update rust crate toml to v1.0.4 (#1067)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e656bea commit 54ea2df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -59,7 +59,7 @@ smallvec = { version = "=1.15.1", features = [
5959
strum = { version = "=0.28.0", features = ["derive"], optional = true }
6060
tokio = { version = "=1.50.0", features = ["fs", "parking_lot", "signal"] }
6161
tokio-util = "=0.7.18"
62-
toml = { version = "=1.0.3", default-features = false, features = [
62+
toml = { version = "=1.0.4", default-features = false, features = [
6363
"parse",
6464
"serde",
6565
"std",

0 commit comments

Comments
 (0)