Skip to content

Commit 584c7be

Browse files
fix(deps): update rust crate zip to 7.2.0 (#2084)
* fix(deps): update rust crate zip to 7.2.0 * fix licenses --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: vjripoll <vripoll@newrelic.com>
1 parent 2e89648 commit 584c7be

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

Cargo.lock

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

THIRD_PARTY_NOTICES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2633,6 +2633,13 @@ Distributed under the following license(s):
26332633
* MIT
26342634
* Apache-2.0
26352635

2636+
## typed-path <https://crates.io/crates/typed-path>
2637+
2638+
Distributed under the following license(s):
2639+
2640+
* MIT
2641+
* Apache-2.0
2642+
26362643
## typeid <https://crates.io/crates/typeid>
26372644

26382645
Distributed under the following license(s):

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ async-trait = "0.1.89"
7474
oci-spec = "0.8.4"
7575
flate2 = "1.1.8"
7676
tar = "0.4.44"
77-
zip = "7.1.0"
77+
zip = "7.2.0"
7878
oci-client = { version = "0.15.0", features = ["rustls-tls"], default-features = false }
7979
rustls-pki-types = { version = "1.14.0", features = ["std"] }
8080

0 commit comments

Comments
 (0)