build(deps): bump self_update from 0.32.0 to 0.33.0

Bumps [self_update](https://github.com/jaemk/self_update) from 0.32.0 to 0.33.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>
This commit is contained in:
dependabot[bot] 2022-12-29 23:09:57 +00:00 committed by GitHub
parent 62999c6727
commit 5175e0f6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1813,9 +1813,9 @@ dependencies = [
[[package]]
name = "self_update"
version = "0.32.0"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e08f3ce73aed26096783c26570ba416ff8f4524c89a14bcdf068967dc80daef"
checksum = "4c99e711a8a33bc7311c9aec68896c87c1f203edda4ca7345c75671b569ce871"
dependencies = [
"either",
"flate2",

View File

@ -54,7 +54,7 @@ chrono = { version = "0.4", default_features = false, features = ["clock", "serd
zstd = "0.12"
enum-map = "2"
enum-map-derive = "0.11"
self_update = {version = "0.32", default-features = false, features = ["rustls", "archive-tar", "compression-flate2"] }
self_update = {version = "0.33", default-features = false, features = ["rustls", "archive-tar", "compression-flate2"] }
# local backend
walkdir = "2"
ignore = "0.4"