diff --git a/Cargo.lock b/Cargo.lock index 9510247..927ef8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,7 +667,7 @@ dependencies = [ [[package]] name = "libherokubuildpack" version = "0.23.0" -source = "git+https://github.com/heroku/libcnb.rs?branch=migrate-inventory-code#369a70f8a1e801e365863dffabe48289e53ff93c" +source = "git+https://github.com/heroku/libcnb.rs#f8dc601e5b0295a26af49b58f7bfad6b3ccc7313" dependencies = [ "hex", "serde", diff --git a/buildpacks/go/Cargo.toml b/buildpacks/go/Cargo.toml index a88733d..2c7802f 100644 --- a/buildpacks/go/Cargo.toml +++ b/buildpacks/go/Cargo.toml @@ -13,7 +13,7 @@ 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 = { git = "https://github.com/heroku/libcnb.rs", branch = "migrate-inventory-code", version = "=0.23.0", default-features = false, features = ["inventory", "log"] } +libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", version = "=0.23.0", default-features = false, features = ["inventory", "log"] } semver = "1" serde = "1" sha2 = "0.10" diff --git a/common/go-utils/Cargo.toml b/common/go-utils/Cargo.toml index 9fde083..853fa51 100644 --- a/common/go-utils/Cargo.toml +++ b/common/go-utils/Cargo.toml @@ -14,4 +14,4 @@ serde = { version = "1", features = ["derive"] } thiserror = "1" toml = "0.8" ureq = { version = "2", features = ["json"] } -libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", branch = "migrate-inventory-code", version = "=0.23.0", default-features = false, features = ["inventory", "log", "sha2"] } +libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", version = "=0.23.0", default-features = false, features = ["inventory", "log", "inventory-sha2"] }