diff options
Diffstat (limited to 'runtime/permissions/Cargo.toml')
-rw-r--r-- | runtime/permissions/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/permissions/Cargo.toml b/runtime/permissions/Cargo.toml index 8f0b0dd3d..e088eb8ce 100644 --- a/runtime/permissions/Cargo.toml +++ b/runtime/permissions/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_permissions" -version = "0.31.0" +version = "0.37.0" authors.workspace = true edition.workspace = true license.workspace = true @@ -23,6 +23,7 @@ log.workspace = true once_cell.workspace = true percent-encoding = { version = "2.3.1", features = [] } serde.workspace = true +thiserror.workspace = true which.workspace = true [target.'cfg(windows)'.dependencies] |