From 14d76f818503d25bc8e47d0f392613075319cd12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 02:02:59 +0000 Subject: [PATCH] chore(deps): update j4rs requirement from 0.22.0 to 0.23.0 Updates the requirements on [j4rs](https://github.com/astonbitecode/j4rs) to permit the latest version. - [Commits](https://github.com/astonbitecode/j4rs/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: j4rs dependency-version: 0.23.0 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 1f9d701..1f1d50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ assert_matches = "1.5" criterion = { version = "0.7", features = ["async_tokio"] } dotenvy = "0.15.1" futures = "0.3" -j4rs = "0.22.0" +j4rs = "0.23.0" proptest = "1" proptest-derive = "0.6" rustls-pemfile = "2.0"