Skip to content

Commit 0e93bec

Browse files
committed
remove git dependencies
1 parent 052502e commit 0e93bec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tracing-unstable = ["dep:tracing", "dep:log"]
7272
async-trait = "0.1.42"
7373
base64 = "0.13.0"
7474
bitflags = "1.1.0"
75-
bson = { git = "https://github.com/mongodb/bson-rust", branch = "main", version = "2.14.0" }
75+
bson = "2.14.0"
7676
chrono = { version = "0.4.7", default-features = false, features = [
7777
"clock",
7878
"std",
@@ -91,7 +91,7 @@ hmac = "0.12.1"
9191
once_cell = "1.19.0"
9292
log = { version = "0.4.17", optional = true }
9393
md-5 = "0.10.1"
94-
mongocrypt = { git = "https://github.com/mongodb/libmongocrypt-rust.git", branch = "main", optional = true, version = "0.2.1" }
94+
mongocrypt = { optional = true, version = "0.2.1" }
9595
mongodb-internal-macros = { path = "macros", version = "3.2.3" }
9696
num_cpus = { version = "1.13.1", optional = true }
9797
openssl = { version = "0.10.38", optional = true }

0 commit comments

Comments
 (0)