diff options
| author | Renovate Bot <[email protected]> | 2021-08-28 19:07:34 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-28 19:07:34 +0000 |
| commit | d43b2a0d662001bcddddc43c40e826727aa675a9 (patch) | |
| tree | 92eac3f54e1cddbe6e468657630fddb8397686d1 | |
| parent | Merge pull request #81 from Whirlsplash/renovate/flexi_logger-0.x (diff) | |
| download | whirl-d43b2a0d662001bcddddc43c40e826727aa675a9.tar.xz whirl-d43b2a0d662001bcddddc43c40e826727aa675a9.zip | |
fix(deps): update rust crate serde_derive to 1.0.130
| -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 827d1fc..bb67ad9 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.129" +serde_derive = "1.0.130" # CLI structopt = "0.3.22" diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index cb0eb3f..9ff5087 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.129" +serde_derive = "1.0.130" # Logging log = "0.4.14" diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index 47941fe..af49cee 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.129" +serde_derive = "1.0.130" # Logging log = "0.4.14" diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index bb86bbd..463f2ed 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.129" +serde_derive = "1.0.130" # TCP tokio = { version = "1.10.1", features = ["full"] } |