Skip to content

Commit

Permalink
Bump libcnb and libherokubuildpack from 0.6.0 to 0.7.0 (#60)
Browse files Browse the repository at this point in the history
* Bump libcnb from 0.6.0 to 0.7.0

Bumps [libcnb](https://github.com/heroku/libcnb.rs) from 0.6.0 to 0.7.0.
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Commits](heroku/libcnb.rs@libcnb/v0.6.0...libcnb/v0.7.0)

---
updated-dependencies:
- dependency-name: libcnb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump libherokubuildpack from 0.6.0 to 0.7.0

Bumps libherokubuildpack from 0.6.0 to 0.7.0.

---
updated-dependencies:
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* `cargo update`

* Bump minimum Rust to 1.60

Since:
- that's what's tested in CI (which uses latest stable)
- it helps remind people to upgrade locally
- libherokubuildpack has a minimum of 1.60 anyway

* Change dependabot to weekly

Since for libcnb* releases we tend to manually trigger anyway,
and weekly reduces the noise over daily slightly (not that there
are many PRs for this repo, but in case that changes in the future).

* Add changelog entry

Since:
- this is a framework change rather than a test/dev dependency
- otherwise the "unreleased" section is empty, which looks stranage
  if a release is performed

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and edmorley authored Apr 12, 2022
1 parent ed93609 commit cbb1cf0
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 36 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ updates:
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Unreleased

- Updated `libcnb` and `libherokubuildpack` from 0.5.0 to 0.7.0 ([#49](https://github.com/heroku/procfile-cnb/pull/49) and [#60](https://github.com/heroku/procfile-cnb/pull/60)).

## 1.0.1

- Added explicit support for heroku-* stacks.

## 1.0.0
Expand Down
55 changes: 24 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ name = "procfile-buildpack"
version = "0.0.0"
publish = false
edition = "2021"
rust-version = "1.57"
rust-version = "1.60"

[dependencies]
indoc = "1.0.4"
libcnb = "0.6.0"
libherokubuildpack = "0.6.0"
libcnb = "0.7.0"
libherokubuildpack = "0.7.0"
linked-hash-map = "0.5.4"
regex = "1.5.5"
thiserror = "1.0.30"
Expand Down

0 comments on commit cbb1cf0

Please sign in to comment.