Co-authored-by: David Sherret <dsherret@gmail.com>
This commit is contained in:
denobot 2022-11-13 15:31:36 -05:00 committed by GitHub
parent 52dc3ef1a4
commit 916598f8a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 163 additions and 140 deletions

View file

@ -2,7 +2,7 @@
[package]
name = "deno_cache"
version = "0.8.0"
version = "0.9.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.158.0", path = "../../core" }
deno_core = { version = "0.159.0", path = "../../core" }
rusqlite = { version = "0.28.0", features = ["unlock_notify", "bundled"] }
serde = { version = "1.0.129", features = ["derive"] }
sha2 = "0.10.2"