From 7da70f4e58327d703b6a116528598d876a50b892 Mon Sep 17 00:00:00 2001 From: Arnau Orriols <4871949+arnauorriols@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:55:56 +0200 Subject: chore: relax version pinning of deno_package_json (#25985) Co-authored-by: David Sherret --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] } -- cgit v1.2.3