aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-18 20:49:50 +0000
committerFuwn <[email protected]>2023-03-18 20:49:50 +0000
commitab72d9d30cd597cf4e9bfe04d9616d3223c6a9f6 (patch)
tree39b63c4a259effeda961879add9a75603f0bba02 /Cargo.toml
parentMerge pull request #1 from Fuwn/renovate/configure (diff)
downloadelem-ab72d9d30cd597cf4e9bfe04d9616d3223c6a9f6.tar.xz
elem-ab72d9d30cd597cf4e9bfe04d9616d3223c6a9f6.zip
fix(deps): update rust crate serde_derive to 1.0.157
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 7e57dfd..b2a5f67 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ url = "2.3.1" # URL Implementation
# Serialization
serde = "1.0.151"
-serde_derive = "1.0.151"
+serde_derive = "1.0.157"
serde_json = "1.0.91"
# Image Generation and Manipulation