diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-23 00:57:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-23 00:57:40 +0000 |
| commit | e02bab01f3ca8d77338c8cacd7b5db0e035e4d43 (patch) | |
| tree | b6fe9f7332f2771597abe0478afcdd36da15c5e1 | |
| parent | Merge pull request #139 from Whirlsplash/renovate/serde-1.x (diff) | |
| parent | fix(deps): update rust crate serde_derive to 1.0.135 (diff) | |
| download | whirl-e02bab01f3ca8d77338c8cacd7b5db0e035e4d43.tar.xz whirl-e02bab01f3ca8d77338c8cacd7b5db0e035e4d43.zip | |
Merge pull request #140 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.135
| -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 56ef0c9..e4814be 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -32,7 +32,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.134" -serde_derive = "1.0.133" +serde_derive = "1.0.135" # CLI structopt = "0.3.25" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index e8d950d..d2d4472 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -25,7 +25,7 @@ num-traits = "0.2.14" # Serialization serde = "1.0.134" -serde_derive = "1.0.133" +serde_derive = "1.0.135" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 56179ef..e848ff4 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.134" -serde_derive = "1.0.133" +serde_derive = "1.0.135" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index b799ded..8fceeb2 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.134" -serde_derive = "1.0.133" +serde_derive = "1.0.135" # TCP tokio = { version = "1.13.0", features = ["full"] } |