diff options
| author | Renovate Bot <[email protected]> | 2022-01-12 18:58:08 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-12 18:58:08 +0000 |
| commit | 65b15cabd5a0a8ae40bd2a239e4656be920b7d9b (patch) | |
| tree | bd35635921c0381caa52aff363751c6bf31e6943 | |
| parent | Merge pull request #131 from Whirlsplash/renovate/serde-1.x (diff) | |
| download | whirl-65b15cabd5a0a8ae40bd2a239e4656be920b7d9b.tar.xz whirl-65b15cabd5a0a8ae40bd2a239e4656be920b7d9b.zip | |
fix(deps): update rust crate serde_derive to 1.0.133
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_api/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_config/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 24b217b..13c45eb 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 a2e3c47..aa97a82 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 74ecac4..368d956 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 cf71c0c..1ea2798 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"] } |