diff --git a/Cargo.toml b/Cargo.toml index faeefd3873..3a506697b2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ 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 = "c10a3ba" } +oneshot = { git = "https://github.com/fulmicoton/oneshot.git", rev = "b208f49" } base64 = "0.22.0" byteorder = "1.4.3" crc32fast = "1.3.2"