diff options
| author | Renovate Bot <[email protected]> | 2021-08-28 23:37:14 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-28 23:37:14 +0000 |
| commit | 41eefd1c83c8c64d85154f508aab765717c443ff (patch) | |
| tree | ea919c2629e15fa58f1137fd430cd7831eb0c20a | |
| parent | Merge pull request #83 from Whirlsplash/renovate/serde_derive-1.x (diff) | |
| download | whirl-41eefd1c83c8c64d85154f508aab765717c443ff.tar.xz whirl-41eefd1c83c8c64d85154f508aab765717c443ff.zip | |
fix(deps): update rust crate serde 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 bb67ad9..4be374e 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -32,7 +32,7 @@ bytes = "1.1.0" byteorder = "1.4.3" # Serialization -serde = "1.0.129" +serde = "1.0.130" serde_derive = "1.0.130" # CLI diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index 9ff5087..4da3bd7 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -27,7 +27,7 @@ num-traits = "0.2.14" qstring = "0.7.2" # Serialization -serde = "1.0.129" +serde = "1.0.130" serde_derive = "1.0.130" # Logging diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index af49cee..476166e 100644 --- a/crates/whirl_config/Cargo.toml +++ b/crates/whirl_config/Cargo.toml @@ -17,7 +17,7 @@ publish = false config = "0.11.0" # Serialization -serde = "1.0.129" +serde = "1.0.130" serde_derive = "1.0.130" # Logging diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 463f2ed..aa72cc1 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -26,7 +26,7 @@ bytes = "1.1.0" byteorder = "1.4.3" # Serialization -serde = "1.0.129" +serde = "1.0.130" serde_derive = "1.0.130" # TCP |