Skip to content

Commit

Permalink
Update to libcnb 0.21.0 (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis authored May 15, 2024
1 parent 14a194a commit 589c6a6
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 32 deletions.
61 changes: 33 additions & 28 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 @@ -2,7 +2,7 @@
resolver = "2"
members = [
"buildpacks/go",
"common/go-utils",
"common/go-utils",
"common/inventory-utils",
]

Expand Down
6 changes: 3 additions & 3 deletions buildpacks/go/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,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.19.0", features = ["trace"] }
libherokubuildpack = { version = "=0.19.0", default-features = false, features = ["log"] }
libcnb = { version = "=0.21.0", features = ["trace"] }
libherokubuildpack = { version = "=0.21.0", default-features = false, features = ["log"] }
semver = "1"
serde = "1"
sha2 = "0.10"
Expand All @@ -24,5 +24,5 @@ toml = "0.8"
ureq = { version = "2", features = ["json"] }

[dev-dependencies]
libcnb-test = "=0.19.0"
libcnb-test = "=0.21.0"
tempfile = "3"

0 comments on commit 589c6a6

Please sign in to comment.