aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-08-25 20:56:12 +0000
committerGitHub <[email protected]>2021-08-25 20:56:12 +0000
commit287af4eebb348c7ec58dd2e0b734338d7de76ff1 (patch)
treef2f460c0315a24ed490907c16a6a144a35cbf539
parentMerge pull request #76 from Whirlsplash/renovate/tokio-1.x (diff)
parentfix(deps): update rust crate bytes to 1.1.0 (diff)
downloadwhirl-287af4eebb348c7ec58dd2e0b734338d7de76ff1.tar.xz
whirl-287af4eebb348c7ec58dd2e0b734338d7de76ff1.zip
Merge pull request #80 from Whirlsplash/renovate/bytes-1.x
fix(deps): update rust crate bytes to 1.1.0
-rw-r--r--crates/whirl/Cargo.toml2
-rw-r--r--crates/whirl_server/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/whirl/Cargo.toml b/crates/whirl/Cargo.toml
index db5b100..e439a18 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 9d5c5f4..bb86bbd 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