Skip to content

Commit e3f1767

Browse files
dependabot[bot]jeroenvervaekeapix-bot[bot]
authored
chore(deps): bump the rust-version-updates group across 1 directory with 6 updates (#117)
* chore(deps): bump the rust-version-updates group across 1 directory with 6 updates Bumps the rust-version-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [atlas-local](https://github.com/mongodb/atlas-local-lib) | `0.6.0` | `0.6.1` | | [bollard](https://github.com/fussybeaver/bollard) | `0.20.1` | `0.20.2` | | [napi](https://github.com/napi-rs/napi-rs) | `3.8.3` | `3.9.0` | | [napi-derive](https://github.com/napi-rs/napi-rs) | `3.5.2` | `3.5.6` | | [semver](https://github.com/dtolnay/semver) | `1.0.27` | `1.0.28` | Updates `atlas-local` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/mongodb/atlas-local-lib/releases) - [Changelog](https://github.com/mongodb/atlas-local-lib/blob/main/CHANGELOG.md) - [Commits](mongodb/atlas-local-lib@v0.6.0...v0.6.1) Updates `bollard` from 0.20.1 to 0.20.2 - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Changelog](https://github.com/fussybeaver/bollard/blob/master/RELEASE.md) - [Commits](fussybeaver/bollard@v0.20.1...v0.20.2) Updates `napi` from 3.8.3 to 3.9.0 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.8.3...napi-v3.9.0) Updates `napi-derive` from 3.5.2 to 3.5.6 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-derive-v3.5.2...napi-derive-v3.5.6) Updates `semver` from 1.0.27 to 1.0.28 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.27...1.0.28) Updates `napi-build` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-build-v2.3.1...napi-build-v2.3.2) --- updated-dependencies: - dependency-name: atlas-local dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-version-updates - dependency-name: bollard dependency-version: 0.20.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-version-updates - dependency-name: napi dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-version-updates - dependency-name: napi-build dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-version-updates - dependency-name: napi-derive dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-version-updates - dependency-name: semver dependency-version: 1.0.28 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-version-updates ... Signed-off-by: dependabot[bot] <support@github.com> * fix(deps): pin bollard to 0.20.1 to fix atlas-local 0.6.1 compatibility bollard 0.20.2 made ContainerCreateBody, PortBinding, HealthStatusEnum private — a semver violation that breaks atlas-local 0.6.1 compilation. * chore(deps): update LICENSE-3RD-PARTY.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jeroen Vervaeke <jeroen.vervaeke@mongodb.com> Co-authored-by: apix-bot[bot] <168195273+apix-bot[bot]@users.noreply.github.com>
1 parent 5cc9e36 commit e3f1767

3 files changed

Lines changed: 56 additions & 85 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ crate-type = ["cdylib"]
1111

1212
[dependencies]
1313
anyhow = "1.0.102"
14-
atlas-local = { version = "0.6.0", default-features = false }
14+
atlas-local = { version = "0.6.1", default-features = false }
1515
bollard = "0.20.1"
16-
napi = { version = "^3.8.3", features = ["async", "anyhow"] }
17-
napi-derive = "^3.5.2"
16+
napi = { version = "^3.9.0", features = ["async", "anyhow"] }
17+
napi-derive = "^3.5.6"
1818

1919
[dev-dependencies]
20-
semver = "1.0.27"
20+
semver = "1.0.28"
2121

2222
[build-dependencies]
2323
napi-build = "2"

LICENSE-3RD-PARTY.txt

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ THIRD PARTY LICENSES
44
This file lists the licenses of the projects used in atlas-local-js.
55

66
OVERVIEW OF LICENSES:
7-
- Apache License 2.0 (110 dependencies)
7+
- Apache License 2.0 (107 dependencies)
88
- MIT License (24 dependencies)
99
- Unicode License v3 (19 dependencies)
1010
- ISC License (1 dependencies)
@@ -659,7 +659,7 @@ OVERVIEW OF LICENSES:
659659
Apache License 2.0
660660
applies to:
661661
- atlas_local 1.3.0
662-
- atlas-local 0.6.0 (https://github.com/mongodb/atlas-local-lib)
662+
- atlas-local 0.6.1 (https://github.com/mongodb/atlas-local-lib)
663663
-----------------------------------------------------------------------------
664664

665665
Apache License
@@ -1287,15 +1287,15 @@ OVERVIEW OF LICENSES:
12871287
-----------------------------------------------------------------------------
12881288
Apache License 2.0
12891289
applies to:
1290-
- futures-channel 0.3.31 (https://github.com/rust-lang/futures-rs)
1291-
- futures-core 0.3.31 (https://github.com/rust-lang/futures-rs)
1292-
- futures-executor 0.3.31 (https://github.com/rust-lang/futures-rs)
1293-
- futures-io 0.3.31 (https://github.com/rust-lang/futures-rs)
1294-
- futures-macro 0.3.31 (https://github.com/rust-lang/futures-rs)
1295-
- futures-sink 0.3.31 (https://github.com/rust-lang/futures-rs)
1296-
- futures-task 0.3.31 (https://github.com/rust-lang/futures-rs)
1297-
- futures-util 0.3.31 (https://github.com/rust-lang/futures-rs)
1298-
- futures 0.3.31 (https://github.com/rust-lang/futures-rs)
1290+
- futures-channel 0.3.32 (https://github.com/rust-lang/futures-rs)
1291+
- futures-core 0.3.32 (https://github.com/rust-lang/futures-rs)
1292+
- futures-executor 0.3.32 (https://github.com/rust-lang/futures-rs)
1293+
- futures-io 0.3.32 (https://github.com/rust-lang/futures-rs)
1294+
- futures-macro 0.3.32 (https://github.com/rust-lang/futures-rs)
1295+
- futures-sink 0.3.32 (https://github.com/rust-lang/futures-rs)
1296+
- futures-task 0.3.32 (https://github.com/rust-lang/futures-rs)
1297+
- futures-util 0.3.32 (https://github.com/rust-lang/futures-rs)
1298+
- futures 0.3.32 (https://github.com/rust-lang/futures-rs)
12991299
-----------------------------------------------------------------------------
13001300

13011301
Apache License
@@ -2988,10 +2988,7 @@ limitations under the License.
29882988
-----------------------------------------------------------------------------
29892989
Apache License 2.0
29902990
applies to:
2991-
- ctor-proc-macro 0.0.7 (https://github.com/mmastrac/rust-ctor)
2992-
- ctor 0.6.3 (https://github.com/mmastrac/rust-ctor)
2993-
- dtor-proc-macro 0.0.6 (https://github.com/mmastrac/rust-ctor)
2994-
- dtor 0.1.1 (https://github.com/mmastrac/rust-ctor)
2991+
- ctor 1.0.6 (https://github.com/mmastrac/linktime)
29952992
-----------------------------------------------------------------------------
29962993

29972994
Apache License
@@ -3422,7 +3419,7 @@ limitations under the License.
34223419
- rustc-hash 2.1.1 (https://github.com/rust-lang/rustc-hash)
34233420
- rustversion 1.0.22 (https://github.com/dtolnay/rustversion)
34243421
- ryu 1.0.22 (https://github.com/dtolnay/ryu)
3425-
- semver 1.0.27 (https://github.com/dtolnay/semver)
3422+
- semver 1.0.28 (https://github.com/dtolnay/semver)
34263423
- serde 1.0.228 (https://github.com/serde-rs/serde)
34273424
- serde_core 1.0.228 (https://github.com/serde-rs/serde)
34283425
- serde_derive 1.0.228 (https://github.com/serde-rs/serde)
@@ -3518,7 +3515,7 @@ limitations under the License.
35183515
-----------------------------------------------------------------------------
35193516
Apache License 2.0
35203517
applies to:
3521-
- chrono 0.4.43 (https://github.com/chronotope/chrono)
3518+
- chrono 0.4.44 (https://github.com/chronotope/chrono)
35223519
-----------------------------------------------------------------------------
35233520

35243521
Rust-chrono is dual-licensed under The MIT License [1] and
@@ -4193,11 +4190,11 @@ SOFTWARE.
41934190
-----------------------------------------------------------------------------
41944191
MIT License
41954192
applies to:
4196-
- napi-build 2.3.1 (https://github.com/napi-rs/napi-rs)
4197-
- napi-derive-backend 5.0.2 (https://github.com/napi-rs/napi-rs)
4198-
- napi-derive 3.5.2 (https://github.com/napi-rs/napi-rs)
4193+
- napi-build 2.3.2 (https://github.com/napi-rs/napi-rs)
4194+
- napi-derive-backend 5.0.4 (https://github.com/napi-rs/napi-rs)
4195+
- napi-derive 3.5.6 (https://github.com/napi-rs/napi-rs)
41994196
- napi-sys 3.2.1 (https://github.com/napi-rs/napi-rs)
4200-
- napi 3.8.3 (https://github.com/napi-rs/napi-rs)
4197+
- napi 3.9.0 (https://github.com/napi-rs/napi-rs)
42014198
-----------------------------------------------------------------------------
42024199

42034200
MIT License

0 commit comments

Comments
 (0)