Skip to content

Commit 5f48940

Browse files
authored
chore: upgrade zip dependecy 8.6.0 (#2465)
1 parent e0b8768 commit 5f48940

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push_pr_checks_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Fetch dependencies
9191
run: cargo fetch
9292

93-
- uses: newrelic/rust-licenses-noticer@dad311aea99fc619f7fdc7e09a5534f869e747ff # v1
93+
- uses: newrelic/rust-licenses-noticer@785bfd244b06c3b36e313b308a76c4afaa50015c # v1
9494
with:
9595
template-file: THIRD_PARTY_NOTICES.md.tmpl
9696

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ opentelemetry-appender-tracing = { version = "0.31.1", features = [
7777
async-trait = "0.1.89"
7878
flate2 = "1.1.9"
7979
tar = "0.4.45"
80-
zip = "8.5.1"
80+
zip = "8.6.0"
8181
oci-client = { version = "0.16.1", features = [
8282
"rustls-tls",
8383
], default-features = false }

0 commit comments

Comments
 (0)