summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-05-25 18:04:09 +0000
committerGitHub <noreply@github.com>2024-05-25 18:04:09 +0000
commite542b1874e4b732376711e9d7da2bda89d9426e5 (patch)
tree6581ff9c1c915680d6b7665ad6b9f6deb070315e /Cargo.toml
parent201f25d484aab9aff48adc7d59ab9b652e8d0629 (diff)
build(deps): update rust crate serde to 1.0.203HEADmaster
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 ded2dc2da..c33b42316 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.202", features = ["derive"] }
+serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
sha1 = "0.10.6"
shadow-rs = { version = "0.28.0", default-features = false }