diff options
| author | Renovate Bot <[email protected]> | 2022-01-25 23:02:16 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2022-01-25 23:02:16 +0000 |
| commit | 703b7928dfbc370f2bd92d213900d3dc7d7e61a0 (patch) | |
| tree | 6d8cc950e81b64d3a2eb89c7c150b95b74710efe | |
| parent | Merge pull request #137 from Whirlsplash/renovate/structopt-0.x (diff) | |
| download | whirl-703b7928dfbc370f2bd92d213900d3dc7d7e61a0.tar.xz whirl-703b7928dfbc370f2bd92d213900d3dc7d7e61a0.zip | |
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 eac59d9..d7c7b6d 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 669251f..c494fea 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 124efe5..550dd21 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 0d2f29d..c2298b9 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"] } |