Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the rust-dependencies group across 1 directory with 13 updates #942

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
206 changes: 121 additions & 85 deletions Cargo.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions buildpacks/nodejs-corepack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ workspace = true
[dependencies]
heroku-nodejs-utils.workspace = true
indoc = "2"
libcnb = { version = "=0.23.0", features = ["trace"] }
libherokubuildpack = { version = "=0.23.0", default-features = false, features = ["log"] }
opentelemetry = "0.24"
libcnb = { version = "=0.24.0", features = ["trace"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["log"] }
opentelemetry = "0.26"
serde = "1"
thiserror = "1"

[dev-dependencies]
libcnb-test = "=0.23.0"
libcnb-test = "=0.24.0"
test_support.workspace = true
ureq = "2"
4 changes: 2 additions & 2 deletions buildpacks/nodejs-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ workspace = true

[dependencies]
heroku-nodejs-utils.workspace = true
libcnb = { version = "=0.23.0", features = ["trace"] }
libcnb = { version = "=0.24.0", features = ["trace"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["download", "fs", "inventory", "log", "tar"] }
serde = "1"
sha2 = "0.10.8"
Expand All @@ -17,7 +17,7 @@ thiserror = "1"
toml = "0.8"

[dev-dependencies]
libcnb-test = "=0.23.0"
libcnb-test = "=0.24.0"
serde_json = "1"
test_support.workspace = true
ureq = "2"
6 changes: 3 additions & 3 deletions buildpacks/nodejs-function-invoker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ workspace = true

[dependencies]
heroku-nodejs-utils.workspace = true
libcnb = "=0.23.0"
libherokubuildpack = { version = "=0.23.0", default-features = false, features = ["error", "log", "toml"] }
libcnb = "=0.24.0"
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["error", "log", "toml"] }
serde = "1"
thiserror = "1"
toml = "0.8"

[dev-dependencies]
base64 = "0.22"
hex = "0.4"
libcnb-test = "=0.23.0"
libcnb-test = "=0.24.0"
rand = "0.8"
serde_json = "1"
tempfile = "3"
Expand Down
6 changes: 3 additions & 3 deletions buildpacks/nodejs-npm-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ commons = { git = "https://github.com/heroku/buildpacks-ruby", branch = "main" }
fun_run = "0.2"
heroku-nodejs-utils.workspace = true
indoc = "2"
libcnb = { version = "=0.23.0", features = ["trace"] }
libherokubuildpack = { version = "=0.23.0", default-features = false, features = ["download", "tar"] }
libcnb = { version = "=0.24.0", features = ["trace"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["download", "tar"] }
serde = "1"
toml = "0.8"

[dev-dependencies]
libcnb-test = "=0.23.0"
libcnb-test = "=0.24.0"
serde_json = "1"
test_support.workspace = true
4 changes: 2 additions & 2 deletions buildpacks/nodejs-npm-install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ commons = { git = "https://github.com/heroku/buildpacks-ruby", branch = "main" }
fun_run = "0.2"
heroku-nodejs-utils.workspace = true
indoc = "2"
libcnb = { version = "=0.23.0", features = ["trace"] }
libcnb = { version = "=0.24.0", features = ["trace"] }
serde = "1"

[dev-dependencies]
libcnb-test = "=0.23.0"
libcnb-test = "=0.24.0"
serde_json = "1"
test_support.workspace = true
4 changes: 2 additions & 2 deletions buildpacks/nodejs-pnpm-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ workspace = true
[dependencies]
commons = { git = "https://github.com/heroku/buildpacks-ruby", branch = "main" }
indoc = "2"
libcnb = { version = "=0.23.0", features = ["trace"] }
libcnb = { version = "=0.24.0", features = ["trace"] }

[dev-dependencies]
libcnb-test = "=0.23.0"
libcnb-test = "=0.24.0"
test_support.workspace = true
6 changes: 3 additions & 3 deletions buildpacks/nodejs-pnpm-install/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ workspace = true
[dependencies]
heroku-nodejs-utils.workspace = true
indoc = "2"
libcnb = { version = "=0.23.0", features = ["trace"] }
libherokubuildpack = { version = "=0.23.0", default-features = false, features = ["log"] }
libcnb = { version = "=0.24.0", features = ["trace"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["log"] }
serde = "1"
toml = "0.8"

[dev-dependencies]
libcnb-test = "=0.23.0"
libcnb-test = "=0.24.0"
test_support.workspace = true
ureq = "2"
6 changes: 3 additions & 3 deletions buildpacks/nodejs-yarn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ workspace = true

[dependencies]
heroku-nodejs-utils.workspace = true
libcnb = { version = "=0.23.0", features = ["trace"] }
libherokubuildpack = { version = "=0.23.0", default-features = false, features = ["download", "fs", "log", "tar"] }
libcnb = { version = "=0.24.0", features = ["trace"] }
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["download", "fs", "log", "tar"] }
serde = "1"
tempfile = "3"
thiserror = "1"
toml = "0.8"

[dev-dependencies]
indoc = "2"
libcnb-test = "=0.23.0"
libcnb-test = "=0.24.0"
test_support.workspace = true
ureq = "2"
8 changes: 4 additions & 4 deletions common/nodejs-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ chrono = { version = "0.4", default-features = false, features = ["serde"] }
commons = { git = "https://github.com/heroku/buildpacks-ruby", branch = "main" }
indoc = "2"
keep_a_changelog_file = "0.1.0"
libcnb-data = "=0.23.0"
libcnb-data = "=0.24.0"
libherokubuildpack = { version = "=0.24.0", default-features = false, features = ["inventory", "inventory-sha2"] }
node-semver = "2"
opentelemetry = "0.24"
opentelemetry_sdk = { version = "0.24", features = ["trace"] }
opentelemetry-stdout = { version = "0.5", features = ["trace"] }
opentelemetry = "0.26"
opentelemetry_sdk = { version = "0.26", features = ["trace"] }
opentelemetry-stdout = { version = "0.26", features = ["trace"] }
regex = "1"
serde = { version = "1", features = ['derive'] }
serde_json = "1"
Expand Down
4 changes: 2 additions & 2 deletions test_support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ workspace = true

[dependencies]
bon = "2"
libcnb = "=0.23.0"
libcnb-test = "=0.23.0"
libcnb = "=0.24.0"
libcnb-test = "=0.24.0"
serde_json = "1"
tempfile = "3"
ureq = "2"
Loading