Skip to content

Commit

Permalink
Update self_update to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Sep 13, 2022
1 parent 1b0ff39 commit b6d1a3a
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 62 deletions.
136 changes: 75 additions & 61 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ base64 = "0.13.0"
serde_json = "1.0.81"
atty = "0.2.14"
qr2term = "0.3.0"
self_update = { version = "0.30.0", default-features = false, features = ["archive-zip", "archive-tar", "compression-flate2", "compression-zip-deflate"] }
self_update = { version = "0.31.0", default-features = false, features = ["archive-zip", "archive-tar", "compression-flate2", "compression-zip-deflate"] }

# TLS server support
rustls-pemfile = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit b6d1a3a

Please sign in to comment.