aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-12 11:44:23 -0700
committerGitHub <[email protected]>2021-05-12 11:44:23 -0700
commitf850c4bd21286601f4d68f7fa2f5c6fa970b34fc (patch)
tree8e74d2440a0eace287253e71e473bd0480d9e59c
parentMerge pull request #24 from Whirlsplash/renovate/commitlint-monorepo (diff)
parentfix(deps): update rust crate serde to 1.0.126 (diff)
downloadwhirl-f850c4bd21286601f4d68f7fa2f5c6fa970b34fc.tar.xz
whirl-f850c4bd21286601f4d68f7fa2f5c6fa970b34fc.zip
Merge pull request #26 from Whirlsplash/renovate/serde-1.x
fix(deps): update rust crate serde to 1.0.126
-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"