summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorArnau Orriols <4871949+arnauorriols@users.noreply.github.com>2024-10-02 12:55:56 +0200
committerGitHub <noreply@github.com>2024-10-02 12:55:56 +0200
commit7da70f4e58327d703b6a116528598d876a50b892 (patch)
tree793187ae845182326fac9b7516834c9deaa3e6a5 /Cargo.toml
parent3c193aef98bea6b3e0c9592cfdb43268e7a7e4af (diff)
chore: relax version pinning of deno_package_json (#25985)
Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
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 b15c1241b..52e4dcd47 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }