summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-16 21:40:21 +0000
committerGitHub <noreply@github.com>2024-04-16 21:40:21 +0000
commitf543f0def08e1f871946af86b84af0022a5200b0 (patch)
treec11cf82f0ed00ffb62abc14f42db4dc7bb370626 /Cargo.toml
parent98d0ac8e25f6aace7dc69bc9f4b66dc3b9a08e6f (diff)
build(deps): update rust crate serde to 1.0.198
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 7ac314271..156b4a495 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@ rayon = "1.10.0"
regex = { version = "1.10.4", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.21.0"
semver = "1.0.22"
-serde = { version = "1.0.197", features = ["derive"] }
+serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
sha1 = "0.10.6"
shadow-rs = { version = "0.27.1", default-features = false }