diff options
| author | Renovate Bot <[email protected]> | 2021-07-31 10:24:46 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-07-31 10:24:46 +0000 |
| commit | 037d0fc5c5303de47b253ea368b20e82b7ebc55a (patch) | |
| tree | 06175d2c4bfd7ef4b20442477709837be8790e88 | |
| parent | Merge pull request #64 from Whirlsplash/renovate/serde-1.x (diff) | |
| download | whirl-037d0fc5c5303de47b253ea368b20e82b7ebc55a.tar.xz whirl-037d0fc5c5303de47b253ea368b20e82b7ebc55a.zip | |
fix(deps): update rust crate serde_derive to 1.0.127
| -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 32991b0..bcf6855 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # CLI structopt = "0.3.22" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 5080d26..ef3b546 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -26,7 +26,7 @@ qstring = "0.7.2" # Serialization serde = "1.0.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index bee128b..010ec1b 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.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 66a0862..4449a25 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.127" -serde_derive = "1.0.126" +serde_derive = "1.0.127" # TCP tokio = { version = "1.9.0", features = ["full"] } |