chore(deps): bump bytes from 1.1.0 to 1.2.0 (#1488)
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
13ce18fd3b
commit
9e586cd9f6
|
@ -365,9 +365,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
version = "1.1.0"
|
||||
version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
||||
checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
|
|
|
@ -102,7 +102,7 @@ serde = { version = "1.0.124", features = ["derive"] }
|
|||
serde_json = "1.0.64"
|
||||
tokio = { version = "1.18", features = ["macros", "rt-multi-thread"] }
|
||||
hex = "0.4.3"
|
||||
bytes = "1.1.0"
|
||||
bytes = "1.2.0"
|
||||
|
||||
|
||||
# profile for the wasm example
|
||||
|
|
|
@ -28,7 +28,7 @@ chrono = { version = "0.4", default-features = false }
|
|||
serde = { version = "1.0.124", default-features = false, features = ["derive"] }
|
||||
serde_json = { version = "1.0.64", default-features = false }
|
||||
thiserror = { version = "1.0", default-features = false }
|
||||
bytes = { version = "1.1.0", features = ["serde"] }
|
||||
bytes = { version = "1.2.0", features = ["serde"] }
|
||||
hex = { version = "0.4.3", default-features = false, features = ["std"] }
|
||||
once_cell = { version = "1.13.0", optional = true }
|
||||
unicode-xid = "0.2.3"
|
||||
|
|
|
@ -38,7 +38,7 @@ pin-project = { version = "1.0.11", default-features = false }
|
|||
tracing = { version = "0.1.35", default-features = false }
|
||||
tracing-futures = { version = "0.2.5", default-features = false, features = ["std-future"] }
|
||||
|
||||
bytes = { version = "1.1.0", default-features = false, optional = true }
|
||||
bytes = { version = "1.2.0", default-features = false, optional = true }
|
||||
once_cell = "1.13.0"
|
||||
hashers = "1.0.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue