summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 14 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 07f3b8b9a..5b2a70a6b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1064,12 +1064,12 @@ dependencies = [
"env_logger",
"eszip",
"fancy-regex",
+ "faster-hex",
"flate2",
"fs3",
"fwdansi",
"glibc_version",
"glob",
- "hex",
"ignore",
"import_map",
"indexmap",
@@ -1534,7 +1534,7 @@ dependencies = [
"denokv_proto",
"denokv_remote",
"denokv_sqlite",
- "hex",
+ "faster-hex",
"log",
"num-bigint",
"prost",
@@ -1650,8 +1650,8 @@ dependencies = [
"ecb",
"elliptic-curve",
"errno 0.2.8",
+ "faster-hex",
"h2 0.3.22",
- "hex",
"hkdf",
"http 0.2.11",
"idna 0.3.0",
@@ -2509,6 +2509,15 @@ dependencies = [
]
[[package]]
+name = "faster-hex"
+version = "0.9.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a2a2b11eda1d40935b26cf18f6833c526845ae8c41e58d09af6adeb6f0269183"
+dependencies = [
+ "serde",
+]
+
+[[package]]
name = "fastrand"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -7276,7 +7285,7 @@ dependencies = [
"codespan-reporting",
"log",
"naga",
- "parking_lot 0.11.2",
+ "parking_lot 0.12.1",
"profiling",
"raw-window-handle",
"ron",
@@ -7317,7 +7326,7 @@ dependencies = [
"naga",
"objc",
"once_cell",
- "parking_lot 0.11.2",
+ "parking_lot 0.12.1",
"profiling",
"range-alloc",
"raw-window-handle",