From 474faa416429cb60b5a27070167c4885ed59b8c0 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sun, 25 Aug 2024 11:53:55 +0800
Subject: [PATCH] build(deps): bump the crates group across 1 directory with 9
updates (#2002)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the crates group with 9 updates in the /userspace/ksud directory:
| Package | From | To |
| --- | --- | --- |
| [zip](https://github.com/zip-rs/zip2) | `2.1.6` | `2.2.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.156` | `0.2.158` |
| [which](https://github.com/harryfei/which-rs) | `6.0.2` | `6.0.3` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.13` | `1.1.14` |
| [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.31` | `1.0.32`
|
| [quote](https://github.com/dtolnay/quote) | `1.0.36` | `1.0.37` |
| [syn](https://github.com/dtolnay/syn) | `2.0.74` | `2.0.75` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |
| [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.4` |
`0.2.5` |
Updates `zip` from 2.1.6 to 2.2.0
Release notes
Sourced from zip's
releases.
v2.2.0
🚀 Features
- Expose
ZipArchive::central_directory_start
(#232)
Changelog
Sourced from zip's
changelog.
2.2.0
- 2024-08-11
🚀 Features
- Expose
ZipArchive::central_directory_start
(#232)
Commits
Updates `libc` from 0.2.156 to 0.2.158
Release notes
Sourced from libc's
releases.
0.2.158
Other
0.2.157
Added
Fixed
Changed
Changelog
Sourced from libc's
changelog.
Other
Added
Fixed
Changed
Commits
c809c58
Merge pull request #3857
from rust-lang/release-plz-2024-08-19T05-21-04Z
0d28de5
Update CHANGELOG.md
284bd9e
chore: release
2682681
Merge pull request #3856
from tgross35/backport-wasi-fix
71440ab
[wasi] Add use core::iter::Iterator;
6637dbe
Merge pull request #3830
from rust-lang/release-plz-2024-08-15T20-50-10Z
51d81e3
Update CHANGELOG.md
217b2ab
chore: release
6d2b8a0
Merge pull request #3852
from tgross35/backport-onion
64ee9df
Merge pull request #3851
from tgross35/backport-romaine
- Additional commits viewable in compare
view
Updates `which` from 6.0.2 to 6.0.3
Release notes
Sourced from which's
releases.
6.0.3
- Enhance
tracing
feature with some debug
level logs for higher level logic.
Changelog
Sourced from which's
changelog.
6.0.3
- Enhance
tracing
feature with some debug
level logs for higher level logic.
Commits
Updates `cc` from 1.1.13 to 1.1.14
Release notes
Sourced from cc's
releases.
cc-v1.1.14
Other
- allow finding tools from path if VisualStudioDir is set
Changelog
Sourced from cc's
changelog.
1.1.14
- 2024-08-23
Other
- allow finding tools from path if VisualStudioDir is set
Commits
Updates `flate2` from 1.0.31 to 1.0.32
Release notes
Sourced from flate2's
releases.
1.0.32 - turn panic into error
What's Changed
Fix
Other
New Contributors
Full Changelog: https://github.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32
Changelog
Sourced from flate2's
changelog.
Changelog
All notable changes to this project will be documented in this
file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
Commits
367ec74
Merge pull request #423
from crazymerlyn/memerror
6084e47
Bump version
d0fdac5
Return error instead of packing on Z_MEM_ERROR
5d1ecf6
Merge pull request #422
from jongiddy/fix-main-ci
35b4a63
Remove non-existent build in CI
d616177
Merge pull request #421
from jongiddy/test-minimal-version
140b285
Check minimal version of Rust that compiles
74b3c73
Merge pull request #419
from Byron/maintenance-guide
af8bcdb
update maintenance guide with recent news
dc6cab4
Merge pull request #420
from oyvindln/update_miniz_oxide
- Additional commits viewable in compare
view
Updates `quote` from 1.0.36 to 1.0.37
Release notes
Sourced from quote's
releases.
1.0.37
- Implement ToTokens for CStr and CString (#283)
Commits
b1ebffa
Release 1.0.37
43acd77
Delete unneeded use of ref
9382c21
Merge pull request #283
from dtolnay/cstr
6ac4328
Add C string tests
9fb0591
Implement ToTokens for CStr and CString
ba7a9d0
Organize test imports
aa9970f
Inline the macro that generates primitive impls
ba41109
Merge pull request #282
from dtolnay/tokens
c77340a
Consistently use 'tokens' as the name of the &mut TokenStream
arg
a4a0abf
Merge pull request #281
from dtolnay/char
- Additional commits viewable in compare
view
Updates `syn` from 2.0.74 to 2.0.75
Release notes
Sourced from syn's
releases.
2.0.75
- Automatically fill in missing turbofish when printing ExprPath and
other paths in expression position (#1722)
Commits
d1746fe
Release 2.0.75
b693682
Merge pull request #1722
from dtolnay/exprpath
e459ee7
Insert turbofish into paths in expression position
3bb65aa
Add mod-style printing for paths that cannot contain generic args
ae8c84a
Handwrite ToTokens impl for Meta
5dbfeae
Name the expr_style argument at all call sites of
path::parsing::qpath
- See full diff in compare
view
Updates `tokio` from 1.39.2 to 1.39.3
Release notes
Sourced from tokio's
releases.
Tokio v1.39.3
1.39.3 (August 17th, 2024)
This release fixes a regression where the unix socket api stopped
accepting the abstract socket namespace. (#6772)
#6772:
tokio-rs/tokio#6772
Commits
Updates `unicode-xid` from 0.2.4 to 0.2.5
Commits
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 major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
userspace/ksud/Cargo.lock | 55 +++++++++++++++++++++++++--------------
userspace/ksud/Cargo.toml | 2 +-
2 files changed, 36 insertions(+), 21 deletions(-)
diff --git a/userspace/ksud/Cargo.lock b/userspace/ksud/Cargo.lock
index 3bb563592a11..353d8d8211cd 100644
--- a/userspace/ksud/Cargo.lock
+++ b/userspace/ksud/Cargo.lock
@@ -17,6 +17,12 @@ version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
+[[package]]
+name = "adler2"
+version = "2.0.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
+
[[package]]
name = "adler32"
version = "1.2.0"
@@ -170,7 +176,7 @@ dependencies = [
"cc",
"cfg-if 1.0.0",
"libc",
- "miniz_oxide",
+ "miniz_oxide 0.7.4",
"object",
"rustc-demangle",
]
@@ -216,9 +222,9 @@ checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
[[package]]
name = "cc"
-version = "1.1.13"
+version = "1.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
+checksum = "50d2eb3cd3d1bf4529e31c215ee6f93ec5a3d536d9f578f93d9d33ee19562932"
dependencies = [
"shlex",
]
@@ -583,12 +589,12 @@ checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "flate2"
-version = "1.0.31"
+version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7f211bbe8e69bbd0cfdea405084f128ae8b4aaa6b0b522fc8f2b009084797920"
+checksum = "9c0596c1eac1f9e04ed902702e9878208b336edc9d6fddc8a48387349bab3666"
dependencies = [
"crc32fast",
- "miniz_oxide",
+ "miniz_oxide 0.8.0",
]
[[package]]
@@ -833,9 +839,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libc"
-version = "0.2.156"
+version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a"
+checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "libflate"
@@ -935,6 +941,15 @@ dependencies = [
"adler",
]
+[[package]]
+name = "miniz_oxide"
+version = "0.8.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
+dependencies = [
+ "adler2",
+]
+
[[package]]
name = "nom"
version = "7.1.3"
@@ -1033,9 +1048,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.36"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
+checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
"proc-macro2",
]
@@ -1281,9 +1296,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "syn"
-version = "2.0.74"
+version = "2.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
+checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
dependencies = [
"proc-macro2",
"quote",
@@ -1344,9 +1359,9 @@ checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "tokio"
-version = "1.39.2"
+version = "1.39.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "daa4fb1bc778bd6f04cbfc4bb2d06a7396a8f299dc33ea1900cedaa316f467b1"
+checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5"
dependencies = [
"backtrace",
"bytes",
@@ -1373,9 +1388,9 @@ checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unicode-xid"
-version = "0.2.4"
+version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
+checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
[[package]]
name = "utf8parse"
@@ -1462,9 +1477,9 @@ checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "which"
-version = "6.0.2"
+version = "6.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075"
+checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
dependencies = [
"either",
"home",
@@ -1623,9 +1638,9 @@ dependencies = [
[[package]]
name = "zip"
-version = "2.1.6"
+version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "40dd8c92efc296286ce1fbd16657c5dbefff44f1b4ca01cc5f517d8b7b3d3e2e"
+checksum = "dc5e4288ea4057ae23afc69a4472434a87a2495cafce6632fd1c4ec9f5cf3494"
dependencies = [
"arbitrary",
"crc32fast",
diff --git a/userspace/ksud/Cargo.toml b/userspace/ksud/Cargo.toml
index 5a4068a5c00c..d1c635232bb8 100644
--- a/userspace/ksud/Cargo.toml
+++ b/userspace/ksud/Cargo.toml
@@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
const_format = "0.2"
-zip = { version = "2.1", default-features = false }
+zip = { version = "2.2", default-features = false }
zip-extensions = { version = "0.8", features = [
"deflate",
"deflate64",