diff --git a/Cargo.lock b/Cargo.lock index 43c4c93..fb8c494 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -607,7 +607,7 @@ dependencies = [ [[package]] name = "libherokubuildpack" version = "0.23.0" -source = "git+https://github.com/heroku/libcnb.rs?branch=migrate-inventory-code#453861c66c715dd3cf5517b298c8ac75e81dcfc3" +source = "git+https://github.com/heroku/libcnb.rs#f8dc601e5b0295a26af49b58f7bfad6b3ccc7313" dependencies = [ "flate2", "hex", diff --git a/buildpacks/dotnet/Cargo.toml b/buildpacks/dotnet/Cargo.toml index 6917769..d90507c 100644 --- a/buildpacks/dotnet/Cargo.toml +++ b/buildpacks/dotnet/Cargo.toml @@ -15,7 +15,7 @@ fun_run = "0.2.0" hex = "0.4" indoc = "2" libcnb = "0.23" -libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", branch = "migrate-inventory-code", default-features = false, features = ["tar", "download", "inventory", "inventory-semver", "inventory-sha2"] } +libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", default-features = false, features = ["tar", "download", "inventory", "inventory-semver", "inventory-sha2"] } regex = "1" roxmltree = "0.20" semver = "1.0" diff --git a/shared/inventory-updater/Cargo.toml b/shared/inventory-updater/Cargo.toml index 85c78f5..afe0dc8 100644 --- a/shared/inventory-updater/Cargo.toml +++ b/shared/inventory-updater/Cargo.toml @@ -8,7 +8,7 @@ license.workspace = true workspace = true [dependencies] -libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", branch = "migrate-inventory-code", default-features = false, features = ["inventory", "inventory-semver", "inventory-sha2"] } +libherokubuildpack = { git = "https://github.com/heroku/libcnb.rs", default-features = false, features = ["inventory", "inventory-semver", "inventory-sha2"] } keep_a_changelog_file = "0.1" semver = "1.0" serde = "1"