From f718f2763e9d7576054bdcd4773df3326427c9e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 13:55:50 +0000 Subject: [PATCH] Update just requirement from =1.40.0 to =1.42.0 Updates the requirements on [just](https://github.com/casey/just) to permit the latest version. - [Release notes](https://github.com/casey/just/releases) - [Changelog](https://github.com/casey/just/blob/master/CHANGELOG.md) - [Commits](https://github.com/casey/just/compare/1.40.0...1.40.0) --- updated-dependencies: - dependency-name: just dependency-version: 1.40.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 c2d74a6f85..5672bc8f73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ cmake = "0.1.51" document-features = "0.2.10" fastbloom = { version = "0.14.0", default-features = false } hashbrown = { version = "0.14.5", default-features = false } # A faster hashmap, nostd compatible -just = "=1.40.0" +just = "=1.42.4" libc = "0.2.159" # For (*nix) libc libipt = "0.3.0" log = "0.4.22"