diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-06-26 17:24:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-26 21:24:10 +0000 |
| commit | 0da01c0ca6b537f74be32126e567bdfc2c73ed16 (patch) | |
| tree | ef29d32cffb03a975a58c16827b0691dda50a5b3 /Cargo.toml | |
| parent | 86e0292733d6d08bf338b68fd50863aef17b1e44 (diff) | |
refactor: move PackageJson to deno_config (#24348)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index cbc04d80d..85a052d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,6 +101,7 @@ console_static_text = "=0.8.1" data-encoding = "2.3.3" data-url = "=0.3.0" deno_cache_dir = "=0.10.0" +deno_config = { version = "=0.17.0", default-features = false } dlopen2 = "0.6.1" ecb = "=0.1.2" elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem"] } @@ -170,7 +171,7 @@ spki = "0.7.2" tar = "=0.4.40" tempfile = "3.4.0" termcolor = "1.1.3" -thiserror = "1.0.40" +thiserror = "1.0.61" tokio = { version = "1.36.0", features = ["full"] } tokio-metrics = { version = "0.3.0", features = ["rt"] } tokio-util = "0.7.4" |
