diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-08-23 23:25:00 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-23 23:25:00 +0000 |
| commit | 1eca9242c12fc408d9ea623ba8a58bdd5c28deff (patch) | |
| tree | 43efdad9364881401d3a9d80026d4cabd7d3fa2d | |
| parent | Merge pull request #74 from Whirlsplash/renovate/serde-1.x (diff) | |
| parent | fix(deps): update rust crate serde_derive to 1.0.129 (diff) | |
| download | whirl-1eca9242c12fc408d9ea623ba8a58bdd5c28deff.tar.xz whirl-1eca9242c12fc408d9ea623ba8a58bdd5c28deff.zip | |
Merge pull request #75 from Whirlsplash/renovate/serde_derive-1.x
fix(deps): update rust crate serde_derive to 1.0.129
| -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 0f1f189..34cc6a3 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -33,7 +33,7 @@ byteorder = "1.4.3" # Serialization serde = "1.0.129" -serde_derive = "1.0.128" +serde_derive = "1.0.129" # CLI structopt = "0.3.22" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 65548aa..dcb4270 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.129" -serde_derive = "1.0.128" +serde_derive = "1.0.129" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 964969b..1855675 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.129" -serde_derive = "1.0.128" +serde_derive = "1.0.129" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 9daffee..d83a0a9 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.129" -serde_derive = "1.0.128" +serde_derive = "1.0.129" # TCP tokio = { version = "1.10.0", features = ["full"] } |