From adc88352bc07ede63f1ae9cf4d7d4745237e92b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:07:55 +0000 Subject: [PATCH] chore(deps): update javy requirement from 2.2.0 to 3.0.0 --- updated-dependencies: - dependency-name: javy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 3f9ebbf..fe31a23 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -13,7 +13,7 @@ once_cell = "1.16" anyhow = { workspace = true } quickjs-wasm-rs = "3" chrono = { version = "0.4", default_features = false, features = ["clock"] } -javy = { version = "2.2.0", default_features = false, features = [ +javy = { version = "3.0.0", default_features = false, features = [ "json", "messagepack", ] }