Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit fe1d703

Browse files
Merge #279
279: Bump shiplift from 0.5.0 to 0.6.0 r=mergify[bot] a=dependabot-preview[bot] Bumps [shiplift](https://github.com/softprops/shiplift) from 0.5.0 to 0.6.0. <details> <summary>Changelog</summary> *Sourced from [shiplift's changelog](https://github.com/softprops/shiplift/blob/master/CHANGELOG.md).* > # 0.6.0 > > * add chrono as an optional feature, enabled by default [#190](https://github-redirect.dependabot.com/softprops/shiplift/pull/190) > * introduce new `vendored-ssl` cargo feature flag enabling the open ssl's crates `vendored` feature [#197](https://github-redirect.dependabot.com/softprops/shiplift/pull/197) > * added publish method to expose a port [#198](https://github-redirect.dependabot.com/softprops/shiplift/pull/198) > * replace host str to use https if encrypted [#193](https://github-redirect.dependabot.com/softprops/shiplift/pull/193) > * added image tag feature [#187](https://github-redirect.dependabot.com/softprops/shiplift/pull/187) > * added image import feature [#165](https://github-redirect.dependabot.com/softprops/shiplift/pull/165) </details> <details> <summary>Commits</summary> - [`eb1ad60`](softprops/shiplift@eb1ad60) prep release for 0.6.0 ([#206](https://github-redirect.dependabot.com/softprops/shiplift/issues/206)) - [`541140f`](softprops/shiplift@541140f) update dev dep env_logger - [`b89f1ec`](softprops/shiplift@b89f1ec) drop travis support ([#205](https://github-redirect.dependabot.com/softprops/shiplift/issues/205)) - [`cf8a06e`](softprops/shiplift@cf8a06e) port build to gh actions ([#204](https://github-redirect.dependabot.com/softprops/shiplift/issues/204)) - [`546753d`](softprops/shiplift@546753d) Don't vendor OpenSSL except on Windows ([#197](https://github-redirect.dependabot.com/softprops/shiplift/issues/197)) - [`85aac54`](softprops/shiplift@85aac54) update minor deps ([#203](https://github-redirect.dependabot.com/softprops/shiplift/issues/203)) - [`3cc4515`](softprops/shiplift@3cc4515) Replace host str to use https if encrypted ([#193](https://github-redirect.dependabot.com/softprops/shiplift/issues/193)) - [`df9e408`](softprops/shiplift@df9e408) Add 'publish' method to expose a port ([#198](https://github-redirect.dependabot.com/softprops/shiplift/issues/198)) - [`1d6c11f`](softprops/shiplift@1d6c11f) Correctly rename `endpoint_id` field ([#196](https://github-redirect.dependabot.com/softprops/shiplift/issues/196)) - [`027e83c`](softprops/shiplift@027e83c) Remove extra semicolon to fix cargo fmt --all -- --check ([#195](https://github-redirect.dependabot.com/softprops/shiplift/issues/195)) - Additional commits viewable in [compare view](softprops/shiplift@0.5.0...v0.6.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=shiplift&package-manager=cargo&previous-version=0.5.0&new-version=0.6.0)](https://dependabot.com/compatibility-score.html?dependency-name=shiplift&package-manager=cargo&previous-version=0.5.0&new-version=0.6.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 41232b8 + 87d57fb commit fe1d703

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

Cargo.lock

Lines changed: 11 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rust_bitcoin = { version = "0.19.1", package = "bitcoin", features = ["use-serde
2424
secp256k1 = { version = "0.12", features = ["rand"] }
2525
serde = "1"
2626
serde_json = "1"
27-
shiplift = { version = "0.5", default-features = false }
27+
shiplift = { version = "0.6", default-features = false }
2828
signal-hook = { version = "0.1", features = ["tokio-support"] }
2929
structopt = "0.3"
3030
tar = "0.4.26"

0 commit comments

Comments
 (0)