We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8820a6 commit ffb107bCopy full SHA for ffb107b
Cargo.toml
@@ -12,8 +12,8 @@ crate-type = ["cdylib"]
12
anyhow = "1.0.99"
13
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "c5ac7e298dc7a654028784f94737b7100a2ad7ff" }
14
bollard = "0.19.2"
15
-napi = { version = "3.0.0", features = ["async", "anyhow"] }
16
-napi-derive = "3.0.0"
+napi = { version = "^3.3.0", features = ["async", "anyhow"] }
+napi-derive = "^3.2.5"
17
semver = "1.0.26"
18
19
[build-dependencies]
0 commit comments