aboutsummaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
authorRenovate Bot <[email protected]>2022-01-12 18:58:08 +0000
committerRenovate Bot <[email protected]>2022-01-12 18:58:08 +0000
commit0a0a0cacd5f304072dc20082796508311994006b (patch)
treee1e5b99e7c20fb5d0b43fe2991a4ad74264f9353 /crates
parentMerge pull request #131 from Whirlsplash/renovate/serde-1.x (diff)
downloadwhirl-0a0a0cacd5f304072dc20082796508311994006b.tar.xz
whirl-0a0a0cacd5f304072dc20082796508311994006b.zip
fix(deps): update rust crate serde_derive to 1.0.133
Diffstat (limited to 'crates')
-rw-r--r--crates/whirl/Cargo.toml2
-rw-r--r--crates/whirl_api/Cargo.toml2
-rw-r--r--crates/whirl_config/Cargo.toml2
-rw-r--r--crates/whirl_server/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index 5183f41..6822204 100644
--- a/crates/whirl/Cargo.toml
+++ b/crates/whirl/Cargo.toml
@@ -33,7 +33,7 @@ byteorder = "1.4.3"
# Serialization
serde = "1.0.133"
-serde_derive = "1.0.130"
+serde_derive = "1.0.133"
# CLI
structopt = "0.3.25"
diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml
index 8792771..c94dc49 100644
--- a/crates/whirl_api/Cargo.toml
+++ b/crates/whirl_api/Cargo.toml
@@ -28,7 +28,7 @@ qstring = "0.7.2"
# Serialization
serde = "1.0.133"
-serde_derive = "1.0.130"
+serde_derive = "1.0.133"
# Logging
log = "0.4.14"
diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml
index 284c264..2c135e1 100644
--- a/crates/whirl_config/Cargo.toml
+++ b/crates/whirl_config/Cargo.toml
@@ -18,7 +18,7 @@ config = "0.11.0"
# Serialization
serde = "1.0.133"
-serde_derive = "1.0.130"
+serde_derive = "1.0.133"
# Logging
log = "0.4.14"
diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml
index 09a04f2..0df1b5d 100644
--- a/crates/whirl_server/Cargo.toml
+++ b/crates/whirl_server/Cargo.toml
@@ -27,7 +27,7 @@ byteorder = "1.4.3"
# Serialization
serde = "1.0.133"
-serde_derive = "1.0.130"
+serde_derive = "1.0.133"
# TCP
tokio = { version = "1.13.0", features = ["full"] }