mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
fix(core): Upgrades bytes crate from =1.2.1 to ^1.4.0 (#18123)
Motivation: currently can't embed `deno_core` in any project that depends on later version of `bytes` crate.
This commit is contained in:
parent
92c388761a
commit
e712fbfe4a
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -402,9 +402,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "1.2.1"
|
version = "1.4.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cache_control"
|
name = "cache_control"
|
||||||
|
|
|
@ -82,7 +82,7 @@ async-trait = "0.1.51"
|
||||||
atty = "=0.2.14"
|
atty = "=0.2.14"
|
||||||
base64 = "=0.13.1"
|
base64 = "=0.13.1"
|
||||||
bencher = "0.1"
|
bencher = "0.1"
|
||||||
bytes = "=1.2.1"
|
bytes = "1.4.0"
|
||||||
cache_control = "=0.2.0"
|
cache_control = "=0.2.0"
|
||||||
console_static_text = "=0.7.1"
|
console_static_text = "=0.7.1"
|
||||||
data-url = "=0.2.0"
|
data-url = "=0.2.0"
|
||||||
|
|
Loading…
Reference in a new issue