From 887c197a6d7737501a1de2ba1cf1b5d5ceefc5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:18:29 +0000 Subject: [PATCH] chore(deps): update j4rs requirement from 0.19.0 to 0.20.0 Updates the requirements on [j4rs](https://github.com/astonbitecode/j4rs) to permit the latest version. - [Commits](https://github.com/astonbitecode/j4rs/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: j4rs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3246f1..a356e7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ assert_matches = "1.5" criterion = { version = "0.5", features = ["async_tokio"] } dotenvy = "0.15.1" futures = "0.3" -j4rs = "0.19.0" +j4rs = "0.20.0" once_cell = "1.9" procspawn = "1.0" proptest = "1"