File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
10
10
11
11
[dependencies ]
12
12
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 " }
14
14
bollard = " 0.19.2"
15
15
napi = { version = " ^3.3.0" , features = [" async" , " anyhow" ] }
16
16
napi-derive = " ^3.2.5"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ targets = [
38
38
# they are connected to another crate in the graph that hasn't been pruned,
39
39
# so it should be used with care. The identifiers are [Package ID Specifications]
40
40
# (https://doc.rust-lang.org/cargo/reference/pkgid-spec.html)
41
- exclude = [" mongodb " ]
41
+ exclude = []
42
42
# If true, metadata will be collected with `--all-features`. Note that this can't
43
43
# be toggled off if true, if you want to conditionally enable `--all-features` it
44
44
# is recommended to pass `--all-features` on the cmd line instead
You can’t perform that action at this time.
0 commit comments