diff --git a/Cargo.lock b/Cargo.lock index 005c2163ddf2d..a16aad59af328 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1453,7 +1453,7 @@ dependencies = [ "aws-smithy-types", "aws-types", "bytes", - "fastrand 2.0.1", + "fastrand", "http 0.2.9", "once_cell", "regex-lite", diff --git a/Cargo.toml b/Cargo.toml index 541ebe1005aa8..caf704f9792e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -346,7 +346,6 @@ 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`. # tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "0dd1055" } -sqlx = { git = "https://github.com/kwannoel/sqlx.git", rev = "a82a94e31d04b219a67cedcf6b30dc26fb39ba1f" } tokio-retry = { git = "https://github.com/madsim-rs/rust-tokio-retry.git", rev = "95e2fd3" } tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "ac00d88" } # NOTE(kwannoel): patch sqlx to use a version compatible with madsim.