summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorsean watters <sean@watters.io>2023-03-13 05:26:46 -0700
committerGitHub <noreply@github.com>2023-03-13 13:26:46 +0100
commite712fbfe4a56cf0d8e39354afbb8204e83d147f3 (patch)
tree2d290371fbd55039aebf35e708b8d9d2c9ed4e16 /Cargo.toml
parent92c388761a0d77dcc7ccd0a811a6435589bb94bc (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 50e130ed6..32823b0b9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -82,7 +82,7 @@ async-trait = "0.1.51"
atty = "=0.2.14"
base64 = "=0.13.1"
bencher = "0.1"
-bytes = "=1.2.1"
+bytes = "1.4.0"
cache_control = "=0.2.0"
console_static_text = "=0.7.1"
data-url = "=0.2.0"