From fff97affcdc7195bf1fc59dbf99b3a443066af7d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 22 Dec 2024 12:16:49 +0000
Subject: [PATCH] build(deps): Bump zip from 2.2.0 to 2.2.1 in /rust (#7470)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps [zip](https://github.com/zip-rs/zip2) from 2.2.0 to 2.2.1.
Release notes
Sourced from zip's
releases.
v2.2.1
🐛 Bug Fixes
- remove executable bit (#238)
- (lzma) fixed panic in case of invalid lzma stream (#259)
- resolve new clippy warnings on nightly (#262)
- resolve clippy warning in nightly (#252)
⚡ Performance
- Faster cde rejection (#255)
Changelog
Sourced from zip's
changelog.
2.2.1
- 2024-11-20
🐛 Bug Fixes
- remove executable bit (#238)
- (lzma) fixed panic in case of invalid lzma stream (#259)
- resolve new clippy warnings on nightly (#262)
- resolve clippy warning in nightly (#252)
⚡ Performance
- Faster cde rejection (#255)
Commits
2c03abc
chore: release v2.2.1 (#264)
591ce5d
fix: remove executable bit (#238)
ff877df
fix(lzma): fixed panic in case of invalid lzma stream (#259)
0ea2744
Add function to raw copy files and update metadata (#260)
a5722e6
build(#237):
Don't implicitly enable flate2/any_impl, so that error when
mi...
de8e3d3
Use the tempfile crate instead of the tempdir crate (which is
deprecated) (#254)
73143a0
perf: Faster cde rejection (#255)
b8257f8
chore(deps): update thiserror requirement from 1.0.63 to 2.0.3 (#258)
8abbf0e
ci(fuzz): Switch to alf for faster fuzzing (#245)
1f2957d
fix: resolve new clippy warnings on nightly (#262)
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Eizinger
---
rust/Cargo.lock | 132 ++++++++++++++++++++++++++++--------------------
rust/deny.toml | 2 +
2 files changed, 78 insertions(+), 56 deletions(-)
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index 962a3dc91..0ad487c63 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -729,7 +729,7 @@ dependencies = [
"glib",
"libc",
"once_cell",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -772,7 +772,7 @@ dependencies = [
"semver",
"serde",
"serde_json",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -1054,7 +1054,7 @@ dependencies = [
"secrecy",
"serde_json",
"socket-factory",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tracing",
"tracing-appender",
@@ -1112,7 +1112,7 @@ dependencies = [
"serde_json",
"snownet",
"socket-factory",
- "thiserror",
+ "thiserror 1.0.69",
"time",
"tokio",
"tracing",
@@ -1443,7 +1443,7 @@ version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff4a5fefe330e8d7f31b16a318f9ce81000d8e35e69b93eae154d16d2278f70f"
dependencies = [
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -1931,7 +1931,7 @@ dependencies = [
"ring",
"rtnetlink",
"socket-factory",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tracing",
"tun",
@@ -1975,7 +1975,7 @@ dependencies = [
"snownet",
"socket-factory",
"static_assertions",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tracing",
"tracing-subscriber",
@@ -2017,7 +2017,7 @@ dependencies = [
"tauri-runtime",
"tauri-utils",
"tauri-winrt-notification 0.7.0",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tokio-util",
"tracing",
@@ -2055,7 +2055,7 @@ dependencies = [
"serde",
"serde_json",
"subtle",
- "thiserror",
+ "thiserror 1.0.69",
"time",
"tokio",
"tokio-stream",
@@ -2103,7 +2103,7 @@ dependencies = [
"serde_variant",
"smbios-lib",
"tempfile",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tokio-stream",
"tokio-util",
@@ -2124,7 +2124,7 @@ dependencies = [
"nu-ansi-term 0.50.1",
"rand 0.8.5",
"sentry-tracing",
- "thiserror",
+ "thiserror 1.0.69",
"time",
"tracing",
"tracing-appender",
@@ -2169,7 +2169,7 @@ dependencies = [
"socket2",
"stun_codec",
"test-strategy",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tracing",
"tracing-core",
@@ -2186,7 +2186,7 @@ name = "firezone-telemetry"
version = "0.1.0"
dependencies = [
"sentry",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tracing",
]
@@ -2232,7 +2232,7 @@ dependencies = [
"socket2",
"test-case",
"test-strategy",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tracing",
"tracing-subscriber",
@@ -2630,7 +2630,7 @@ dependencies = [
"once_cell",
"pin-project-lite",
"smallvec",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -2666,7 +2666,7 @@ dependencies = [
"memchr",
"once_cell",
"smallvec",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -3186,7 +3186,7 @@ dependencies = [
"lockfree-object-pool",
"proptest",
"test-strategy",
- "thiserror",
+ "thiserror 1.0.69",
"tracing",
]
@@ -3334,7 +3334,7 @@ dependencies = [
"jni-sys",
"libloading 0.7.4",
"log",
- "thiserror",
+ "thiserror 1.0.69",
"walkdir",
"windows-sys 0.45.0",
]
@@ -3363,7 +3363,7 @@ dependencies = [
"jsonptr",
"serde",
"serde_json",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -3684,7 +3684,7 @@ dependencies = [
"once_cell",
"png",
"serde",
- "thiserror",
+ "thiserror 1.0.69",
"windows-sys 0.59.0",
]
@@ -3719,7 +3719,7 @@ dependencies = [
"objc_id",
"once_cell",
"raw-window-handle 0.5.2",
- "thiserror",
+ "thiserror 1.0.69",
"versions",
"wfd",
"which",
@@ -3738,7 +3738,7 @@ dependencies = [
"ndk-sys",
"num_enum",
"raw-window-handle 0.6.2",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -3790,7 +3790,7 @@ dependencies = [
"anyhow",
"byteorder",
"paste",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -3804,7 +3804,7 @@ dependencies = [
"log",
"netlink-packet-core",
"netlink-sys",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
]
@@ -4300,7 +4300,7 @@ dependencies = [
"js-sys",
"once_cell",
"pin-project-lite",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -4316,7 +4316,7 @@ dependencies = [
"opentelemetry-proto",
"opentelemetry_sdk",
"prost",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tonic",
]
@@ -4349,7 +4349,7 @@ dependencies = [
"percent-encoding",
"rand 0.8.5",
"serde_json",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tokio-stream",
]
@@ -4639,7 +4639,7 @@ dependencies = [
"serde_json",
"sha2",
"socket-factory",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tokio-tungstenite",
"tracing",
@@ -4932,7 +4932,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tracing",
]
@@ -4949,7 +4949,7 @@ dependencies = [
"rustc-hash",
"rustls",
"slab",
- "thiserror",
+ "thiserror 1.0.69",
"tinyvec",
"tracing",
]
@@ -5102,7 +5102,7 @@ checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
dependencies = [
"getrandom 0.2.15",
"libredox",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -5267,7 +5267,7 @@ dependencies = [
"netlink-proto",
"netlink-sys",
"nix 0.27.1",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
]
@@ -5439,7 +5439,7 @@ dependencies = [
"log",
"rand 0.8.5",
"slab",
- "thiserror",
+ "thiserror 1.0.69",
]
[[package]]
@@ -5601,7 +5601,7 @@ dependencies = [
"rand 0.8.5",
"serde",
"serde_json",
- "thiserror",
+ "thiserror 1.0.69",
"time",
"url",
"uuid",
@@ -5917,7 +5917,7 @@ dependencies = [
"sha2",
"str0m",
"stun_codec",
- "thiserror",
+ "thiserror 1.0.69",
"tracing",
]
@@ -6024,7 +6024,7 @@ dependencies = [
"sctp-proto",
"serde",
"sha1",
- "thiserror",
+ "thiserror 1.0.69",
"tracing",
]
@@ -6316,7 +6316,7 @@ dependencies = [
"tauri-runtime",
"tauri-runtime-wry",
"tauri-utils",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
"tray-icon",
"url",
@@ -6369,7 +6369,7 @@ dependencies = [
"sha2",
"syn 2.0.87",
"tauri-utils",
- "thiserror",
+ "thiserror 1.0.69",
"time",
"url",
"uuid",
@@ -6421,7 +6421,7 @@ dependencies = [
"tauri",
"tauri-plugin",
"tauri-plugin-fs",
- "thiserror",
+ "thiserror 1.0.69",
"url",
]
@@ -6441,7 +6441,7 @@ dependencies = [
"serde_repr",
"tauri",
"tauri-plugin",
- "thiserror",
+ "thiserror 1.0.69",
"url",
"uuid",
]
@@ -6460,7 +6460,7 @@ dependencies = [
"serde_repr",
"tauri",
"tauri-plugin",
- "thiserror",
+ "thiserror 1.0.69",
"time",
"url",
]
@@ -6482,7 +6482,7 @@ dependencies = [
"shared_child",
"tauri",
"tauri-plugin",
- "thiserror",
+ "thiserror 1.0.69",
"tokio",
]
@@ -6500,7 +6500,7 @@ dependencies = [
"serde",
"serde_json",
"tauri-utils",
- "thiserror",
+ "thiserror 1.0.69",
"url",
"windows 0.58.0",
]
@@ -6559,7 +6559,7 @@ dependencies = [
"serde_json",
"serde_with",
"swift-rs",
- "thiserror",
+ "thiserror 1.0.69",
"toml 0.8.19",
"url",
"urlpattern",
@@ -6595,7 +6595,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd39a00900402730d6586cd9f6be1615215eb2a56afb611570f35b3d0c2788fe"
dependencies = [
"quick-xml 0.31.0",
- "thiserror",
+ "thiserror 1.0.69",
"windows 0.58.0",
"windows-version",
]
@@ -6691,7 +6691,16 @@ version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
- "thiserror-impl",
+ "thiserror-impl 1.0.69",
+]
+
+[[package]]
+name = "thiserror"
+version = "2.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
+dependencies = [
+ "thiserror-impl 2.0.6",
]
[[package]]
@@ -6705,6 +6714,17 @@ dependencies = [
"syn 2.0.87",
]
+[[package]]
+name = "thiserror-impl"
+version = "2.0.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.87",
+]
+
[[package]]
name = "thread_local"
version = "1.1.8"
@@ -7007,7 +7027,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
dependencies = [
"crossbeam-channel",
- "thiserror",
+ "thiserror 1.0.69",
"time",
"tracing-subscriber",
]
@@ -7081,7 +7101,7 @@ dependencies = [
"opentelemetry",
"serde",
"serde_json",
- "thiserror",
+ "thiserror 1.0.69",
"time",
"tracing-core",
"tracing-opentelemetry",
@@ -7156,7 +7176,7 @@ dependencies = [
"once_cell",
"png",
"serde",
- "thiserror",
+ "thiserror 1.0.69",
"windows-sys 0.59.0",
]
@@ -7194,7 +7214,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"sha1",
- "thiserror",
+ "thiserror 1.0.69",
"utf-8",
]
@@ -7725,7 +7745,7 @@ version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3a3e2eeb58f82361c93f9777014668eb3d07e7d174ee4c819575a9208011886"
dependencies = [
- "thiserror",
+ "thiserror 1.0.69",
"windows 0.58.0",
"windows-core 0.58.0",
]
@@ -8231,7 +8251,7 @@ dependencies = [
"c2rust-bitfields",
"libloading 0.8.5",
"log",
- "thiserror",
+ "thiserror 1.0.69",
"windows-sys 0.52.0",
]
@@ -8266,7 +8286,7 @@ dependencies = [
"sha2",
"soup3",
"tao-macros",
- "thiserror",
+ "thiserror 1.0.69",
"webkit2gtk",
"webkit2gtk-sys",
"webview2-com",
@@ -8442,9 +8462,9 @@ dependencies = [
[[package]]
name = "zip"
-version = "2.2.0"
+version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
+checksum = "99d52293fc86ea7cf13971b3bb81eb21683636e7ae24c729cdaf1b7c4157a352"
dependencies = [
"arbitrary",
"crc32fast",
@@ -8453,7 +8473,7 @@ dependencies = [
"flate2",
"indexmap 2.6.0",
"memchr",
- "thiserror",
+ "thiserror 2.0.6",
"time",
"zopfli",
]
diff --git a/rust/deny.toml b/rust/deny.toml
index 2db1d7b37..4cec75275 100644
--- a/rust/deny.toml
+++ b/rust/deny.toml
@@ -257,6 +257,8 @@ skip = [
"syn",
"sync_wrapper",
"tauri-winrt-notification",
+ "thiserror",
+ "thiserror-impl",
"toml",
"toml_edit",
"tower",