From 347dd8b0678421d347570787736979fe15d31b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=A4rtens?= Date: Mon, 13 May 2024 12:10:07 +0200 Subject: [PATCH] update aHash because of their license dependency and update tynm because their minimum version no longer builds in future rust compilers --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 76e1147..14dedd4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,13 +17,13 @@ edition = "2021" rust-version = "1.65.0" [dependencies] -ahash = "0.8.5" +ahash = "0.8.6" arrayvec = "0.7.2" atomic_refcell = "0.1.10" # part of public API rayon = { version = "1.5.0", optional = true } shred-derive = { path = "shred-derive", version = "0.7.0", optional = true } smallvec = "1.6.1" -tynm = "0.1.6" +tynm = "0.1.7" [workspace] members = ["shred-derive"]