Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
denobot 2022-09-28 18:10:44 -04:00 committed by GitHub
parent cfbcb3b613
commit d8827514ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 170 additions and 132 deletions

View file

@ -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"