From 775db2c3b22b7e5286817a23aa741384b32d9e14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 19:37:00 +0000 Subject: [PATCH] chore(deps): update atomptr requirement from 1.4.1 to 2.0.0 in /qmdb Updates the requirements on atomptr to permit the latest version. --- updated-dependencies: - dependency-name: atomptr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- qmdb/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qmdb/Cargo.toml b/qmdb/Cargo.toml index 0059cf2..14ef2d7 100644 --- a/qmdb/Cargo.toml +++ b/qmdb/Cargo.toml @@ -22,7 +22,7 @@ anyhow = "1.0.86" byteorder = "1.5.0" xxhash-rust = { version = "0.8.10", features = ["xxh32", "xxh3"] } threadpool = "1.8.1" -atomptr = "1.4.1" +atomptr = "2.0.0" rand_core = { version = "0.6.4", features = ["getrandom"] } time = "0.3.36" rayon = "1.10.0"