mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
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:
parent
62999c6727
commit
5175e0f6f4
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user