From 3cbc466ff68613dd2077229d53e799fbe0205679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 04:03:14 +0000 Subject: [PATCH] Update rarena-allocator requirement from 0.5 to 0.6 --- updated-dependencies: - dependency-name: rarena-allocator 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 9628267..cdb990a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ either = { version = "1", default-features = false } memchr = { version = "2", default-features = false, optional = true } # rarena-allocator = { version = "0.5", default-features = false, path = "../arena/rarena-allocator" } -rarena-allocator = { version = "0.5", default-features = false } +rarena-allocator = { version = "0.6", default-features = false } viewit = "0.1.5" paste = "1"