From a6d867e6401dd20eb6ac9d0491b959219cac3a20 Mon Sep 17 00:00:00 2001 From: Diogo Sousa Date: Wed, 15 Mar 2023 00:29:07 +0000 Subject: [PATCH] Update archery fixing a soundness bug. See https://github.com/orium/archery/issues/18. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b810fc4..390c524 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ include = [ codecov = { repository = "orium/rpds", branch = "master", service = "github" } [dependencies] -archery = "0.4.0" +archery = "0.5.0" serde = { version = "1.0.149", optional = true, default-features = false } [dev-dependencies]