aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2021-05-12 18:39:31 +0000
committerRenovate Bot <[email protected]>2021-05-12 18:39:31 +0000
commit0a7f566b15fdbd6517a00e76140bcaf85a0a1df0 (patch)
tree8727cb0428cb44cea3b978e41fbe26a9b06cdbd8 /Cargo.toml
parentMerge pull request #25 from Whirlsplash/renovate/serde_derive-1.x (diff)
downloadwhirl-0a7f566b15fdbd6517a00e76140bcaf85a0a1df0.tar.xz
whirl-0a7f566b15fdbd6517a00e76140bcaf85a0a1df0.zip
fix(deps): update rust crate serde to 1.0.126
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 79dbc76..fbcbf55 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ sysinfo = "0.17.3"
# Byte Manipulation
bytes = "1.0.1"
-serde = "1.0.125"
+serde = "1.0.126"
serde_derive = "1.0.126"
byteorder = "1.4.3"