Skip to content

Commit 2bb20ae

Browse files
chore: remove mongodb from exclude list
1 parent 47845b6 commit 2bb20ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
anyhow = "1.0.99"
13-
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "f874fe90553e5158034aea0587669f0e8ac75127" }
13+
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "0cc744d3af8b39c5db674d6d8d227c1f453536b5" }
1414
bollard = "0.19.2"
1515
napi = { version = "^3.3.0", features = ["async", "anyhow"] }
1616
napi-derive = "^3.2.5"

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ targets = [
3838
# they are connected to another crate in the graph that hasn't been pruned,
3939
# so it should be used with care. The identifiers are [Package ID Specifications]
4040
# (https://doc.rust-lang.org/cargo/reference/pkgid-spec.html)
41-
exclude = ["mongodb"]
41+
exclude = []
4242
# If true, metadata will be collected with `--all-features`. Note that this can't
4343
# be toggled off if true, if you want to conditionally enable `--all-features` it
4444
# is recommended to pass `--all-features` on the cmd line instead

0 commit comments

Comments
 (0)