diff options
| author | Renovate Bot <[email protected]> | 2021-08-25 17:05:35 +0000 |
|---|---|---|
| committer | Renovate Bot <[email protected]> | 2021-08-25 17:05:35 +0000 |
| commit | 21abd673201f7c5ffd2f399334f8a6aae74793dc (patch) | |
| tree | 753ab55d66e6aeba60f36549b4470b25cd0dad56 | |
| parent | Merge pull request #76 from Whirlsplash/renovate/tokio-1.x (diff) | |
| download | whirl-21abd673201f7c5ffd2f399334f8a6aae74793dc.tar.xz whirl-21abd673201f7c5ffd2f399334f8a6aae74793dc.zip | |
fix(deps): update rust crate bytes to 1.1.0
| -rw-r--r-- | crates/whirl/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/whirl_server/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml index 4cc1fa0..df720c3 100644 --- a/crates/whirl/Cargo.toml +++ b/crates/whirl/Cargo.toml @@ -28,7 +28,7 @@ async-trait = "0.1.51" whirl_common = { path = "../whirl_common" } # Byte Manipulation -bytes = "1.0.1" +bytes = "1.1.0" byteorder = "1.4.3" # Serialization diff --git a/crates/whirl_server/Cargo.toml b/crates/whirl_server/Cargo.toml index b76b227..a8fb16c 100644 --- a/crates/whirl_server/Cargo.toml +++ b/crates/whirl_server/Cargo.toml @@ -22,7 +22,7 @@ num-traits = "0.2.14" num-derive = "0.3.3" # Byte Manipulation -bytes = "1.0.1" +bytes = "1.1.0" byteorder = "1.4.3" # Serialization |