mirror of
https://github.com/domcyrus/rustnet.git
synced 2026-05-21 13:08:41 -05:00
chore(deps): bump the rust-dependencies group with 2 updates (#200)
Bumps the rust-dependencies group with 2 updates: [http_req](https://github.com/jayjamesjay/http_req) and [zip](https://github.com/zip-rs/zip2). Updates `http_req` from 0.14.3 to 0.14.4 - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.14.3...v0.14.4) Updates `zip` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](https://github.com/zip-rs/zip2/compare/v8.3.0...v8.3.1) --- updated-dependencies: - dependency-name: http_req dependency-version: 0.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: zip dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+4
-4
@@ -1089,9 +1089,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "http_req"
|
||||
version = "0.14.3"
|
||||
version = "0.14.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "232cf9b0f44f9327b8d6c5a10d4a543472cb079072b49e486d606f1ba51030cd"
|
||||
checksum = "7caf88f15c77ff34474953b65efb7f858a9c5d9d900cf834d7790052bc76c9cd"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"native-tls",
|
||||
@@ -3775,9 +3775,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "zip"
|
||||
version = "8.3.0"
|
||||
version = "8.3.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a243cfad17427fc077f529da5a95abe4e94fd2bfdb601611870a6557cc67657"
|
||||
checksum = "5c546feb4481b0fbafb4ef0d79b6204fc41c6f9884b1b73b1d73f82442fc0845"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"bzip2",
|
||||
|
||||
Reference in New Issue
Block a user