Skip to content

Commit

Permalink
bump indicatif to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jaemk committed Dec 15, 2021
1 parent af699de commit cf0a017
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
### Changed
### Removed

## [0.28.0]
### Added
### Changed
- Bump indicatif 0.15 -> 0.16
### Removed

## [0.27.0]
### Added
### Changed
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "self_update"
version = "0.27.0"
version = "0.28.0"
description = "Self updates for standalone executables"
repository = "https://github.com/jaemk/self_update"
keywords = ["update", "upgrade", "download", "release"]
Expand All @@ -21,7 +21,7 @@ zip = { version = "0.5", default-features = false, features = ["time"], optional
either = { version = "1", optional = true }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json"] }
hyper = "0.14"
indicatif = "0.15"
indicatif = "0.16"
quick-xml = "0.20"
regex = "1"
log = "0.4"
Expand Down

0 comments on commit cf0a017

Please sign in to comment.