Skip to content

Commit 7734c69

Browse files
chore(deps): updated atlas-local version
chore(deps): updated atlas-local version
2 parents 59f935a + 49ee7cd commit 7734c69

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

Cargo.lock

Lines changed: 9 additions & 9 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ authors = ["APIx DevTools team"]
44
edition = "2021"
55
name = "atlas_local"
66
version = "1.0.0"
7+
license = "Apache-2.0"
78

89
[lib]
910
crate-type = ["cdylib"]
1011

1112
[dependencies]
1213
anyhow = "1.0.99"
13-
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "532d5f3c52788cb14f746e7b10edb3ce33dad89e" }
14-
bollard = "0.19.2"
14+
atlas-local = { git = "https://github.com/mongodb/atlas-local-lib.git", rev = "9b582845ebf2e4ca4f6543fa5bb1262920e2fbe6" }
15+
bollard = "0.19.3"
1516
napi = { version = "^3.3.0", features = ["async", "anyhow"] }
1617
napi-derive = "^3.2.5"
1718
semver = "1.0.26"

LICENSE-3RD-PARTY.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
463463
-----------------------------------------------------------------------------
464464
Apache License 2.0
465465
applies to:
466-
- bollard 0.19.2 (https://github.com/fussybeaver/bollard)
466+
- bollard 0.19.3 (https://github.com/fussybeaver/bollard)
467467
- hyper-named-pipe 0.1.0 (https://github.com/fussybeaver/hyper-named-pipe)
468468
-----------------------------------------------------------------------------
469469

@@ -3625,7 +3625,7 @@ limitations under the License.
36253625
Apache License 2.0
36263626
applies to:
36273627
- anyhow 1.0.100 (https://github.com/dtolnay/anyhow)
3628-
- bollard-stubs 1.49.0-rc.28.3.3
3628+
- bollard-stubs 1.49.1-rc.28.4.0
36293629
- itoa 1.0.15 (https://github.com/dtolnay/itoa)
36303630
- libc 0.2.176 (https://github.com/rust-lang/libc)
36313631
- miniz_oxide 0.8.9 (https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide)
@@ -3645,8 +3645,8 @@ limitations under the License.
36453645
- serde_repr 0.1.20 (https://github.com/dtolnay/serde-repr)
36463646
- serde_urlencoded 0.7.1 (https://github.com/nox/serde_urlencoded)
36473647
- syn 2.0.106 (https://github.com/dtolnay/syn)
3648-
- thiserror-impl 2.0.16 (https://github.com/dtolnay/thiserror)
3649-
- thiserror 2.0.16 (https://github.com/dtolnay/thiserror)
3648+
- thiserror-impl 2.0.17 (https://github.com/dtolnay/thiserror)
3649+
- thiserror 2.0.17 (https://github.com/dtolnay/thiserror)
36503650
- unicode-ident 1.0.19 (https://github.com/dtolnay/unicode-ident)
36513651
- wasip2 1.0.1+wasi-0.2.4 (https://github.com/bytecodealliance/wasi-rs)
36523652
- winapi-i686-pc-windows-gnu 0.4.0 (https://github.com/retep998/winapi-rs)

0 commit comments

Comments
 (0)