diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-01-23 01:03:19 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-23 01:03:19 +0000 |
| commit | 892e91bebe0c1f66943e079108b489bd4f8e5626 (patch) | |
| tree | 8e2b08d4391ad8df96a0687d7639c09ac91ba91e | |
| parent | Merge pull request #140 from Whirlsplash/renovate/serde_derive-1.x (diff) | |
| parent | fix(deps): update rust crate serde to 1.0.135 (diff) | |
| download | whirl-892e91bebe0c1f66943e079108b489bd4f8e5626.tar.xz whirl-892e91bebe0c1f66943e079108b489bd4f8e5626.zip | |
Merge pull request #141 from Whirlsplash/renovate/serde-1.x
fix(deps): update rust crate serde 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 e4814be..ab85114 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -31,7 +31,7 @@ bytes = "1.1.0" byteorder = "1.4.3" # Serialization -serde = "1.0.134" +serde = "1.0.135" serde_derive = "1.0.135" # CLI diff --git a/crates/whirl_api/Cargo.toml b/crates/whirl_api/Cargo.toml index d2d4472..d452110 100644 --- a/crates/whirl_api/Cargo.toml +++ b/crates/whirl_api/Cargo.toml @@ -24,7 +24,7 @@ tokio = { version = "1.13.0", features = ["full"] } num-traits = "0.2.14" # Serialization -serde = "1.0.134" +serde = "1.0.135" serde_derive = "1.0.135" # Logging diff --git a/crates/whirl_config/Cargo.toml b/crates/whirl_config/Cargo.toml index e848ff4..a46085b 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.134" +serde = "1.0.135" serde_derive = "1.0.135" # Logging diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index 8fceeb2..c5c6fc9 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.134" +serde = "1.0.135" serde_derive = "1.0.135" # TCP |