summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-08 00:22:06 +0000
committerGitHub <noreply@github.com>2024-05-08 00:22:06 +0000
commitf4a7b22dac5dabec134f9640bd3342dab8e9a70c (patch)
treec4c8b0113fa74ba54edce7429f1693d1c84935d6 /Cargo.toml
parentff9965ebb9e0026512dca41319485feef5547fda (diff)
build(deps): update rust crate serde to 1.0.201
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 b66ce8894..6c0d1d025 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.23"
-serde = { version = "1.0.200", features = ["derive"] }
+serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.116"
sha1 = "0.10.6"
shadow-rs = { version = "0.27.1", default-features = false }