diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-21 19:22:16 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-21 19:22:16 +0000 |
| commit | bdb5deefdd589f89b7524c74149cb5a13f520bfa (patch) | |
| tree | 83847115422455f87d4f1bf52835ec5a47b13ac3 | |
| parent | Merge pull request #70 from Whirlsplash/renovate/serde-1.x (diff) | |
| parent | fix(deps): update rust crate serde_derive to 1.0.128 (diff) | |
| download | whirl-bdb5deefdd589f89b7524c74149cb5a13f520bfa.tar.xz whirl-bdb5deefdd589f89b7524c74149cb5a13f520bfa.zip | |
Merge pull request #71 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.128
| -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 e1dfb2f..105d887 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # CLI structopt = "0.3.22" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 4eeec34..b183853 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.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 59c0deb..5a9b83d 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.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index f4d0810..1b74adf 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.128" -serde_derive = "1.0.127" +serde_derive = "1.0.128" # TCP tokio = { version = "1.10.0", features = ["full"] } |