summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-27 05:28:55 +0000
committerGitHub <noreply@github.com>2024-04-27 05:28:55 +0000
commitefb9ea110c7f4917c7b431f6d92def7e6fbd9d11 (patch)
tree33a1ab757bfa355df381db48f5257cf6186bc231 /Cargo.toml
parent32baf85b64d26c060ad3b4307aed7778a6b67dc3 (diff)
build(deps): update rust crate serde to 1.0.199
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 d2a621ad3..2cfe136e8 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.198", features = ["derive"] }
+serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0.116"
sha1 = "0.10.6"
shadow-rs = { version = "0.27.1", default-features = false }