Skip to content

Commit 20754e5

Browse files
Bump the rust-dependencies group across 1 directory with 10 updates (#1156)
* Bump the rust-dependencies group across 1 directory with 10 updates Bumps the rust-dependencies group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bullet_stream](https://github.com/schneems/bullet_stream) | `0.10.0` | `0.11.0` | | [libherokubuildpack](https://github.com/heroku/libcnb.rs) | `0.29.0` | `0.29.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.4` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.21` | `0.12.22` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.142` | | [tokio](https://github.com/tokio-rs/tokio) | `1.45.1` | `1.46.1` | | [bon](https://github.com/elastio/bon) | `3.6.4` | `3.6.5` | | [clap](https://github.com/clap-rs/clap) | `4.5.41` | `4.5.42` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.27` | `0.23.2` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.14` | `0.1.16` | Updates `bullet_stream` from 0.10.0 to 0.11.0 - [Changelog](https://github.com/heroku-buildpacks/bullet_stream/blob/main/CHANGELOG.md) - [Commits](heroku-buildpacks/bullet_stream@v0.10.0...v0.11.0) Updates `libherokubuildpack` from 0.29.0 to 0.29.1 - [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.29.0...v0.29.1) Updates `toml` from 0.8.23 to 0.9.4 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.4) Updates `reqwest` from 0.12.21 to 0.12.22 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.21...v0.12.22) Updates `serde_json` from 1.0.140 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.142) Updates `tokio` from 1.45.1 to 1.46.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) Updates `bon` from 3.6.4 to 3.6.5 - [Release notes](https://github.com/elastio/bon/releases) - [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml) - [Commits](elastio/bon@v3.6.4...v3.6.5) Updates `clap` from 4.5.41 to 4.5.42 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.41...clap_complete-v4.5.42) Updates `toml_edit` from 0.22.27 to 0.23.2 - [Commits](toml-rs/toml@v0.22.27...v0.23.2) Updates `hyper-util` from 0.1.14 to 0.1.16 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper-util@v0.1.14...v0.1.16) --- updated-dependencies: - dependency-name: bullet_stream dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: libherokubuildpack dependency-version: 0.29.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml dependency-version: 0.9.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: reqwest dependency-version: 0.12.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: bon dependency-version: 3.6.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: clap dependency-version: 4.5.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml_edit dependency-version: 0.23.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: hyper-util dependency-version: 0.1.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update libcnb libraries * Fix lint errors --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Colin Casey <[email protected]>
1 parent bd89028 commit 20754e5

File tree

13 files changed

+249
-109
lines changed

13 files changed

+249
-109
lines changed

Cargo.lock

Lines changed: 210 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

buildpacks/nodejs-corepack/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ edition.workspace = true
77
workspace = true
88

99
[dependencies]
10-
bullet_stream = "0.10"
10+
bullet_stream = "0.11"
1111
fun_run = "0.6"
1212
heroku-nodejs-utils.workspace = true
1313
indoc = "2"
14-
libcnb = { version = "=0.29.0", features = ["trace"] }
14+
libcnb = { version = "=0.29.1", features = ["trace"] }
1515
opentelemetry = "0.30"
1616
serde = "1"
1717

1818
[dev-dependencies]
1919
insta = "1"
20-
libcnb-test = "=0.29.0"
20+
libcnb-test = "=0.29.1"
2121
serde_json = "1"
2222
test_support.workspace = true

buildpacks/nodejs-engine/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ edition.workspace = true
77
workspace = true
88

99
[dependencies]
10-
bullet_stream = "0.10"
10+
bullet_stream = "0.11"
1111
heroku-nodejs-utils.workspace = true
1212
indoc = "2"
13-
libcnb = { version = "=0.29.0", features = ["trace"] }
14-
libherokubuildpack = { version = "=0.29.0", default-features = false, features = [
13+
libcnb = { version = "=0.29.1", features = ["trace"] }
14+
libherokubuildpack = { version = "=0.29.1", default-features = false, features = [
1515
"download",
1616
"fs",
1717
"inventory",
@@ -20,11 +20,11 @@ libherokubuildpack = { version = "=0.29.0", default-features = false, features =
2020
serde = "1"
2121
sha2 = "0.10.9"
2222
tempfile = "3"
23-
toml = "0.8"
23+
toml = "0.9"
2424

2525
[dev-dependencies]
2626
insta = "1"
27-
libcnb-test = "=0.29.0"
27+
libcnb-test = "=0.29.1"
2828
regex = "1"
2929
reqwest = "0.12"
3030
reqwest-middleware = "0.4"

buildpacks/nodejs-engine/src/install_node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub(crate) fn install_node(
108108
source: e,
109109
}
110110
})?;
111-
let _ = timer.done();
111+
timer.done();
112112
}
113113
}
114114

buildpacks/nodejs-engine/src/snapshots/errors___inventory_parse_error.snap

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ source: buildpacks/nodejs-engine/src/errors.rs
66
|
77
1 | [[artifacts
88
| ^
9-
invalid table header
10-
expected `.`, `]]`
9+
unclosed array table, expected `]]`
1110

1211
! Couldn't parse Node.js inventory
1312
!

buildpacks/nodejs-npm-engine/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ edition.workspace = true
77
workspace = true
88

99
[dependencies]
10-
bullet_stream = "0.10"
10+
bullet_stream = "0.11"
1111
fun_run = "0.6"
1212
heroku-nodejs-utils.workspace = true
1313
indoc = "2"
14-
libcnb = { version = "=0.29.0", features = ["trace"] }
15-
libherokubuildpack = { version = "=0.29.0", default-features = false, features = [
14+
libcnb = { version = "=0.29.1", features = ["trace"] }
15+
libherokubuildpack = { version = "=0.29.1", default-features = false, features = [
1616
"download",
1717
"tar",
1818
] }
1919
serde = "1"
2020

2121
[dev-dependencies]
2222
insta = "1"
23-
libcnb-test = "=0.29.0"
23+
libcnb-test = "=0.29.1"
2424
reqwest = "0.12"
2525
reqwest-middleware = "0.4"
2626
serde_json = "1"

buildpacks/nodejs-npm-install/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ edition.workspace = true
77
workspace = true
88

99
[dependencies]
10-
bullet_stream = "0.10"
10+
bullet_stream = "0.11"
1111
fun_run = "0.6"
1212
heroku-nodejs-utils.workspace = true
1313
indoc = "2"
14-
libcnb = { version = "=0.29.0", features = ["trace"] }
14+
libcnb = { version = "=0.29.1", features = ["trace"] }
1515
serde = "1"
1616

1717
[dev-dependencies]
1818
insta = "1"
19-
libcnb-test = "=0.29.0"
19+
libcnb-test = "=0.29.1"
2020
serde_json = "1"
2121
test_support.workspace = true
22-
toml = "0.8"
22+
toml = "0.9"

buildpacks/nodejs-pnpm-engine/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ edition.workspace = true
77
workspace = true
88

99
[dependencies]
10-
bullet_stream = "0.10"
10+
bullet_stream = "0.11"
1111
heroku-nodejs-utils.workspace = true
1212
indoc = "2"
13-
libcnb = { version = "=0.29.0", features = ["trace"] }
13+
libcnb = { version = "=0.29.1", features = ["trace"] }
1414

1515
[dev-dependencies]
1616
insta = "1"
17-
libcnb-test = "=0.29.0"
17+
libcnb-test = "=0.29.1"
1818
test_support.workspace = true

buildpacks/nodejs-pnpm-install/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ edition.workspace = true
77
workspace = true
88

99
[dependencies]
10-
bullet_stream = "0.10"
10+
bullet_stream = "0.11"
1111
fun_run = "0.6"
1212
heroku-nodejs-utils.workspace = true
1313
indoc = "2"
14-
libcnb = { version = "=0.29.0", features = ["trace"] }
14+
libcnb = { version = "=0.29.1", features = ["trace"] }
1515
serde = "1"
1616
serde_json = "1"
17-
toml = "0.8"
17+
toml = "0.9"
1818

1919
[dev-dependencies]
2020
insta = "1"
21-
libcnb-test = "=0.29.0"
21+
libcnb-test = "=0.29.1"
2222
serde_json = "1"
2323
test_support.workspace = true

buildpacks/nodejs-yarn/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ edition.workspace = true
77
workspace = true
88

99
[dependencies]
10-
bullet_stream = "0.10"
10+
bullet_stream = "0.11"
1111
fun_run = "0.6"
1212
heroku-nodejs-utils.workspace = true
1313
indoc = "2"
14-
libcnb = { version = "=0.29.0", features = ["trace"] }
15-
libherokubuildpack = { version = "=0.29.0", default-features = false, features = [
14+
libcnb = { version = "=0.29.1", features = ["trace"] }
15+
libherokubuildpack = { version = "=0.29.1", default-features = false, features = [
1616
"download",
1717
"fs",
1818
"tar",
@@ -22,10 +22,10 @@ tempfile = "3"
2222

2323
[dev-dependencies]
2424
insta = "1"
25-
libcnb-test = "=0.29.0"
25+
libcnb-test = "=0.29.1"
2626
reqwest = "0.12"
2727
reqwest-middleware = "0.4"
2828
test_support.workspace = true
2929
serde_json = "1"
3030
tokio = "1"
31-
toml = "0.8"
31+
toml = "0.9"

0 commit comments

Comments
 (0)