Bump self_update from 0.36.0 to 0.37.0 (#2403)

Bumps [self_update](https://github.com/jaemk/self_update) from 0.36.0 to 0.37.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-06-06 11:40:15 -07:00 committed by GitHub
parent 5ac1589280
commit ae12c35010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 3 deletions

22
Cargo.lock generated
View File

@ -1348,7 +1348,7 @@ dependencies = [
"rand_core",
"reqwest",
"rusty-hook",
"self_update",
"self_update 0.37.0",
"serde",
"serde_json",
"snarkvm",
@ -2216,6 +2216,24 @@ name = "self_update"
version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca4e4e6f29fddb78b3e7a6e5a395e8274d4aca2d36b2278a297fa49673a5b7c7"
dependencies = [
"hyper",
"indicatif",
"log",
"quick-xml",
"regex",
"reqwest",
"semver",
"serde_json",
"tempfile",
"urlencoding",
]
[[package]]
name = "self_update"
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a667e18055120bcc9a658d55d36f2f6bfc82e07968cc479ee7774e3bfb501e14"
dependencies = [
"hyper",
"indicatif",
@ -2366,7 +2384,7 @@ dependencies = [
"parking_lot",
"rand",
"rayon",
"self_update",
"self_update 0.36.0",
"serde_json",
"snarkvm-circuit",
"snarkvm-console",

View File

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