diff options
Diffstat (limited to 'ext/cache')
-rw-r--r-- | ext/cache/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/cache/Cargo.toml b/ext/cache/Cargo.toml index 6f6808fe7..38e08356d 100644 --- a/ext/cache/Cargo.toml +++ b/ext/cache/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_cache" -version = "0.1.0" +version = "0.2.0" authors = ["the Deno authors"] edition = "2021" license = "MIT" @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] async-trait = "0.1" -deno_core = { version = "0.152.0", path = "../../core" } +deno_core = { version = "0.153.0", path = "../../core" } rusqlite = { version = "0.28.0", features = ["unlock_notify", "bundled"] } serde = { version = "1.0.129", features = ["derive"] } sha2 = "0.10.2" |