diff --git a/Cargo.lock b/Cargo.lock index 14589ae21a0..6848567e61e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -305,6 +305,12 @@ version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" +[[package]] +name = "bit-vec" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" + [[package]] name = "bitflags" version = "1.3.2" @@ -3274,7 +3280,7 @@ name = "postgres-types" version = "0.2.9" source = "git+https://github.com/prisma/rust-postgres?branch=pgbouncer-mode#278641fa1a08b7e7d35841342ab4426c5b063d9a" dependencies = [ - "bit-vec", + "bit-vec 0.6.3", "bytes", "chrono", "fallible-iterator 0.2.0", @@ -3509,7 +3515,7 @@ dependencies = [ "async-trait", "base64 0.22.1", "bigdecimal", - "bit-vec", + "bit-vec 0.8.0", "byteorder", "bytes", "cfg_aliases", diff --git a/Cargo.toml b/Cargo.toml index 4d8cae42b55..e817683e2d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ barrel = { git = "https://github.com/prisma/barrel.git", branch = "mssql-support base64 = "0.22" bigdecimal = "0.3" bitflags = "2" -bit-vec = "0.6" +bit-vec = "0.8" bon = "3" bson = "2" bytes = "1"