diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-03-11 12:41:23 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-11 12:41:23 +0000 |
| commit | f2460ee18a3ee966ea4aa7d268fe7547100deefe (patch) | |
| tree | 995f7744a2431ca4dce2e32283fa425ebb2dac68 | |
| parent | Merge pull request #147 from Whirlsplash/renovate/hyper-0.x (diff) | |
| parent | fix(deps): update rust crate serde_derive to 1.0.136 (diff) | |
| download | whirl-f2460ee18a3ee966ea4aa7d268fe7547100deefe.tar.xz whirl-f2460ee18a3ee966ea4aa7d268fe7547100deefe.zip | |
Merge pull request #143 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.136
| -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 953c87a..e78d3b2 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -32,7 +32,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.135" -serde_derive = "1.0.135" +serde_derive = "1.0.136" # CLI structopt = "0.3.26" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index aacff51..cc3276e 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.135" -serde_derive = "1.0.135" +serde_derive = "1.0.136" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index a46085b..9a9b90f 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.135" -serde_derive = "1.0.135" +serde_derive = "1.0.136" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index c5c6fc9..245b082 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.135" -serde_derive = "1.0.135" +serde_derive = "1.0.136" # TCP tokio = { version = "1.13.0", features = ["full"] } |