Skip to content

Commit

Permalink
Bump the rust-dependencies group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the rust-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [libcnb](https://github.com/heroku/libcnb.rs) | `0.21.0` | `0.22.0` |
| [libherokubuildpack](https://github.com/heroku/libcnb.rs) | `0.24.0` | `0.26.0` |
| [semver](https://github.com/dtolnay/semver) | `1.0.23` | `1.0.24` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.217` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.9` |
| [ureq](https://github.com/algesten/ureq) | `2.11.0` | `2.12.1` |
| [libcnb-test](https://github.com/heroku/libcnb.rs) | `0.21.0` | `0.22.0` |



Updates `libcnb` from 0.21.0 to 0.22.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.21.0...v0.22.0)

Updates `libherokubuildpack` from 0.24.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.24.0...v0.26.0)

Updates `semver` from 1.0.23 to 1.0.24
- [Release notes](https://github.com/dtolnay/semver/releases)
- [Commits](dtolnay/semver@1.0.23...1.0.24)

Updates `serde` from 1.0.215 to 1.0.217
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.217)

Updates `thiserror` from 2.0.3 to 2.0.9
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.9)

Updates `ureq` from 2.11.0 to 2.12.1
- [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md)
- [Commits](algesten/ureq@2.11.0...2.12.1)

Updates `libcnb-test` from 0.21.0 to 0.22.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.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: libcnb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: semver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: ureq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libcnb-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent ed3665e commit 55e43fe
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 68 deletions.
97 changes: 33 additions & 64 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 buildpacks/go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ hex = "0.4.3"
flate2 = { version = "1", default-features = false, features = ["zlib"] }
# libcnb has a much bigger impact on buildpack behaviour than any other dependencies,
# so it's pinned to an exact version to isolate it from lockfile refreshes.
libcnb = { version = "=0.21.0", features = ["trace"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["inventory", "log"] }
libcnb = { version = "=0.22.0", features = ["trace"] }
libherokubuildpack = { version = "=0.26.0", default-features = false, features = ["inventory", "log"] }
semver = "1"
serde = "1"
sha2 = "0.10"
Expand All @@ -23,5 +23,5 @@ toml = "0.8"
ureq = { version = "2", features = ["json"] }

[dev-dependencies]
libcnb-test = "=0.21.0"
libcnb-test = "=0.22.0"
tempfile = "3"
2 changes: 1 addition & 1 deletion common/go-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ serde = { version = "1", features = ["derive"] }
thiserror = "2"
toml = "0.8"
ureq = { version = "2", features = ["json"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["inventory", "log", "inventory-sha2"] }
libherokubuildpack = { version = "=0.26.0", default-features = false, features = ["inventory", "log", "inventory-sha2"] }

0 comments on commit 55e43fe

Please sign in to comment.