Skip to content

Commit

Permalink
Bump the libcnb group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the libcnb group with 2 updates: [libcnb](https://github.com/heroku/libcnb.rs) and [libcnb-test](https://github.com/heroku/libcnb.rs).


Updates `libcnb` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.25.0...v0.26.0)

Updates `libcnb-test` from 0.25.0 to 0.26.0
- [Release notes](https://github.com/heroku/libcnb.rs/releases)
- [Changelog](https://github.com/heroku/libcnb.rs/blob/main/CHANGELOG.md)
- [Commits](heroku/libcnb.rs@v0.25.0...v0.26.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent ad9917a commit 5b98ee6
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 51 deletions.
133 changes: 84 additions & 49 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bullet_stream = "0.3"
debversion = "0.4"
futures = { version = "0.3", default-features = false, features = ["io-compat"] }
indexmap = "2"
libcnb = { version = "=0.25.0", features = ["trace"] }
libcnb = { version = "=0.26.0", features = ["trace"] }
indoc = "2"
rayon = "1"
reqwest = { version = "0.12", default-features = false, features = ["stream", "rustls-tls"] }
Expand All @@ -32,7 +32,7 @@ toml_edit = "0.22"
walkdir = "2"

[dev-dependencies]
libcnb-test = "=0.25.0"
libcnb-test = "=0.26.0"
regex = "1"
strip-ansi-escapes = "0.2"
tempfile = "3"
Expand Down

0 comments on commit 5b98ee6

Please sign in to comment.