diff --git a/Cargo.lock b/Cargo.lock index 5d09f70ac019e..4030ac7873c64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9770,7 +9770,7 @@ checksum = "658fa1faf7a4cc5f057c9ee5ef560f717ad9d8dc66d975267f709624d6e1ab88" [[package]] name = "quanta" version = "0.12.3" -source = "git+https://github.com/tabVersion/quanta.git?rev=da62f4f04516fcfc72f686869026bad87b712f37#da62f4f04516fcfc72f686869026bad87b712f37" +source = "git+https://github.com/tabVersion/quanta.git?rev=bb6c780894d06c0ec3f487d58c72920665b5cb0a#bb6c780894d06c0ec3f487d58c72920665b5cb0a" dependencies = [ "crossbeam-utils", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1d22c656feb0c..14fcd7aa5e5ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -339,7 +339,7 @@ opt-level = 2 [patch.crates-io] # Patch third-party crates for deterministic simulation. -quanta = { git = "https://github.com/tabVersion/quanta.git", rev = "da62f4f04516fcfc72f686869026bad87b712f37" } +quanta = { git = "https://github.com/tabVersion/quanta.git", rev = "bb6c780894d06c0ec3f487d58c72920665b5cb0a" } getrandom = { git = "https://github.com/madsim-rs/getrandom.git", rev = "e79a7ae" } # Don't patch `tokio-stream`, but only use the madsim version for **direct** dependencies. # Imagine an unpatched dependency depends on the original `tokio` and the patched `tokio-stream`.