Skip to content

Commit 85c66d4

Browse files
chore(deps): bump the rust-version-updates group with 4 updates
Bumps the rust-version-updates group with 4 updates: [bollard](https://github.com/fussybeaver/bollard), [napi](https://github.com/napi-rs/napi-rs), [napi-derive](https://github.com/napi-rs/napi-rs) and [napi-build](https://github.com/napi-rs/napi-rs). Updates `bollard` from 0.19.3 to 0.19.4 - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md) - [Commits](fussybeaver/bollard@v0.19.3...v0.19.4) Updates `napi` from 3.4.0 to 3.5.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.4.0...napi-v3.5.2) Updates `napi-derive` from 3.3.0 to 3.3.3 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.3.0...napi-derive-v3.3.3) Updates `napi-build` from 2.2.4 to 2.3.1 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-build-v2.2.4...napi-build-v2.3.1) --- updated-dependencies: - dependency-name: bollard dependency-version: 0.19.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-version-updates - dependency-name: napi dependency-version: 3.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-version-updates - dependency-name: napi-derive dependency-version: 3.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-version-updates - dependency-name: napi-build dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ca6c5b commit 85c66d4

File tree

2 files changed

+57
-19
lines changed

2 files changed

+57
-19
lines changed

Cargo.lock

Lines changed: 54 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ crate-type = ["cdylib"]
1212
[dependencies]
1313
anyhow = "1.0.99"
1414
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "9b582845ebf2e4ca4f6543fa5bb1262920e2fbe6" }
15-
bollard = "0.19.3"
16-
napi = { version = "^3.4.0", features = ["async", "anyhow"] }
17-
napi-derive = "^3.3.0"
15+
bollard = "0.19.4"
16+
napi = { version = "^3.5.2", features = ["async", "anyhow"] }
17+
napi-derive = "^3.3.3"
1818
semver = "1.0.26"
1919

2020
[build-dependencies]

0 commit comments

Comments
 (0)