1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

chore: relax version pinning of deno_package_json (#25985)

Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
This commit is contained in:
Arnau Orriols 2024-10-02 12:55:56 +02:00 committed by GitHub
parent 3c193aef98
commit 7da70f4e58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ dashmap = "5.5.3"
data-encoding = "2.3.3"
data-url = "=0.3.0"
deno_cache_dir = "=0.13.0"
deno_package_json = { version = "=0.1.1", default-features = false }
deno_package_json = { version = "0.1.1", default-features = false }
dlopen2 = "0.6.1"
ecb = "=0.1.2"
elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem", "jwk"] }