From 8accbef5ffcf0c426729180391ea3240057afdb2 Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Fri, 31 May 2024 10:42:42 +0800 Subject: [PATCH] update one_shot --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3a506697b2..ab7f0c8bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,8 +15,7 @@ rust-version = "1.63" exclude = ["benches/*.json", "benches/*.txt"] [dependencies] -# Switch back to the non-forked oneshot crate once https://github.com/faern/oneshot/pull/35 is merged -oneshot = { git = "https://github.com/fulmicoton/oneshot.git", rev = "b208f49" } +oneshot = "0.1.7" base64 = "0.22.0" byteorder = "1.4.3" crc32fast = "1.3.2"