diff --git a/Cargo.lock b/Cargo.lock index 1f7b41f5ce4f..72061943dbe4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3231,8 +3231,9 @@ dependencies = [ [[package]] name = "mysql_common" -version = "0.29.1" -source = "git+https://github.com/blackbeam/rust_mysql_common.git#e9c8deef5bfd4a8b1ea049d92ce8ae8ca53c9ab8" +version = "0.29.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9006c95034ccf7b903d955f210469119f6c3477fc9c9e7a7845ce38a3e665c2a" dependencies = [ "base64", "bigdecimal", diff --git a/Cargo.toml b/Cargo.toml index 95499bd4f4aa..866208644613 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,6 @@ csv = { git = "https://github.com/BurntSushi/rust-csv.git" } csv-core = { git = "https://github.com/BurntSushi/rust-csv.git" } hashbrown = { git = "https://github.com/MaterializeInc/hashbrown.git" } postgres-protocol = { git = "https://github.com/MaterializeInc/rust-postgres" } -mysql_common = { git = "https://github.com/blackbeam/rust_mysql_common.git" } tokio-postgres = { git = "https://github.com/MaterializeInc/rust-postgres" } tungstenite = { git = "https://github.com/snapview/tungstenite-rs.git" } serde-value = { git = "https://github.com/MaterializeInc/serde-value.git" } diff --git a/deny.toml b/deny.toml index 21468bf860ac..6a483dd65028 100644 --- a/deny.toml +++ b/deny.toml @@ -173,10 +173,6 @@ allow-git = [ # Waiting on https://github.com/MaterializeInc/serde-value/pull/35. "https://github.com/MaterializeInc/serde-value.git", - # Waiting on https://github.com/blackbeam/rust_mysql_common/pull/71 to make - # it into a release. - "https://github.com/blackbeam/rust_mysql_common.git", - # Waiting on https://github.com/snapview/tungstenite-rs/pull/299 to make # it into a release. "https://github.com/snapview/tungstenite-rs.git",