summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-01 04:43:10 +0000
committerGitHub <noreply@github.com>2024-02-01 04:43:10 +0000
commit65aae5d0a1ac979ffc7fb940e45e17be97a3ec5f (patch)
treeb2c8e70fe0799713e72f0589190781993a013e25 /Cargo.toml
parente3866b1f7e52a09bc9f671e93abaff95f7080bb8 (diff)
Bump toml from 0.8.6 to 0.8.9 (#2844)
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.6 to 0.8.9. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.6...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 12debb35..31487b0f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -106,7 +106,7 @@ once_cell = "1.18"
regex = "1.10.2"
serde = { version = "1.0", features = ["derive"] }
serde_with = { version = "3.4.0", default-features = false, features = ["macros"] }
-toml = { version = "0.8.6", features = ["preserve_order"] }
+toml = { version = "0.8.9", features = ["preserve_order"] }
walkdir = "2.4"
[build-dependencies.clap]