summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-26 22:38:10 +0000
committerGitHub <noreply@github.com>2024-01-26 22:38:10 +0000
commita280822dc0374e53c0f95b6d977be3143fd8f214 (patch)
tree4a58d6658736a6dc5aecec1c83b320f048d571e9 /Cargo.toml
parent87597e19315bc35527138a703db897fe38bf990d (diff)
build(deps): update rust crate serde to 1.0.196
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 d493f6944..fdee16036 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,7 +70,7 @@ rayon = "1.8.1"
regex = { version = "1.10.3", default-features = false, features = ["perf", "std", "unicode-perl"] }
rust-ini = "0.20.0"
semver = "1.0.21"
-serde = { version = "1.0.195", features = ["derive"] }
+serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.111"
sha1 = "0.10.6"
shadow-rs = { version = "0.26.1", default-features = false }