Bump self_update from 0.37.0 to 0.38.0 (#2567)

Bumps [self_update](https://github.com/jaemk/self_update) from 0.37.0 to 0.38.0.
- [Release notes](https://github.com/jaemk/self_update/releases)
- [Changelog](https://github.com/jaemk/self_update/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/self_update/commits)

---
updated-dependencies:
- dependency-name: self_update
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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:
dependabot[bot] 2023-09-08 10:10:14 -07:00 committed by GitHub
parent 9945e1b10f
commit 7816f84a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 43 additions and 4 deletions

45
Cargo.lock generated
View File

@ -865,6 +865,15 @@ dependencies = [
"libc",
]
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "fastrand"
version = "2.0.0"
@ -1361,7 +1370,7 @@ dependencies = [
"rand_core",
"reqwest",
"rusty-hook",
"self_update",
"self_update 0.38.0",
"serde",
"serde_json",
"snarkvm",
@ -2232,6 +2241,17 @@ dependencies = [
"libc",
]
[[package]]
name = "self-replace"
version = "1.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c56335359191626938ef6fdeb478f9f6a7c6020254d7f4641c7d810369fa0ec1"
dependencies = [
"fastrand 1.9.0",
"tempfile",
"windows-sys 0.48.0",
]
[[package]]
name = "self_update"
version = "0.37.0"
@ -2248,6 +2268,25 @@ dependencies = [
"serde_json",
"tempfile",
"urlencoding",
]
[[package]]
name = "self_update"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b3c585a1ced6b97ac13bd5e56f66559e5a75f477da5913f70df98e114518446"
dependencies = [
"hyper",
"indicatif",
"log",
"quick-xml",
"regex",
"reqwest",
"self-replace",
"semver",
"serde_json",
"tempfile",
"urlencoding",
"zip",
]
@ -2387,7 +2426,7 @@ dependencies = [
"parking_lot",
"rand",
"rayon",
"self_update",
"self_update 0.37.0",
"serde_json",
"snarkvm-circuit",
"snarkvm-console",
@ -3256,7 +3295,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
dependencies = [
"cfg-if",
"fastrand",
"fastrand 2.0.0",
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.48.0",

View File

@ -132,7 +132,7 @@ version = "0.11.18"
features = [ "blocking", "json", "multipart" ]
[dependencies.self_update]
version = "0.37.0"
version = "0.38.0"
features = [ "archive-zip" ]
[dependencies.serde]