From d15c053de132ffacf91c3da324916bd3f30e1540 Mon Sep 17 00:00:00 2001 From: Hugo-C Date: Fri, 7 Mar 2025 08:28:08 +0100 Subject: [PATCH] Update to 2024 edition bump rstest dependency --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8a9bb31..02fca8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "rust_jarm" version = "0.3.7" authors = ["Hugo-C"] -edition = "2021" +edition = "2024" license = "MIT" description = "JARM fingerprinting in native Rust" repository = "https://github.com/Hugo-C/rustJarm" @@ -19,7 +19,7 @@ rand = "^0.9" sha2 = "^0.10" [dev-dependencies] -rstest = "~0.24" +rstest = "~0.25" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } \ No newline at end of file