From 10d9b128098d35bc8a32271036de959da274a84f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 16:18:45 +0000 Subject: [PATCH] Bump the rust-dependencies group with 3 updates Bumps the rust-dependencies group with 3 updates: [bullet_stream](https://github.com/schneems/bullet_stream), [fs-err](https://github.com/andrewhickman/fs-err) and [winnow](https://github.com/winnow-rs/winnow). Updates `bullet_stream` from 0.3.0 to 0.4.0 - [Changelog](https://github.com/heroku-buildpacks/bullet_stream/blob/main/CHANGELOG.md) - [Commits](https://github.com/schneems/bullet_stream/commits/v0.4.0) Updates `fs-err` from 3.0.0 to 3.1.0 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](https://github.com/andrewhickman/fs-err/compare/3.0.0...3.1.0) Updates `winnow` from 0.6.22 to 0.7.0 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](https://github.com/winnow-rs/winnow/compare/v0.6.22...v0.7.0) --- updated-dependencies: - dependency-name: bullet_stream dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: winnow dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] --- Cargo.lock | 25 +++++++++++++++++-------- Cargo.toml | 4 ++-- 2 files changed, 19 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6164c73..e5f0ed8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -92,9 +92,9 @@ dependencies = [ [[package]] name = "bullet_stream" -version = "0.3.0" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e038a9e6b7e36319ab42141434b0c7a93f7714aa90abf63cc5086e106027bb7" +checksum = "921deeb7be278ed3819b35191dcb33784acfaed6ce11f75fb658b4e94627af22" [[package]] name = "bumpalo" @@ -266,9 +266,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fs-err" -version = "3.0.0" +version = "3.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb60e7409f34ef959985bc9d9c5ee8f5db24ee46ed9775850548021710f807f" +checksum = "1f89bda4c2a21204059a977ed3bfe746677dfd137b83c339e702b0ac91d482aa" dependencies = [ "autocfg", ] @@ -709,7 +709,7 @@ dependencies = [ "libcnb-test", "libherokubuildpack", "linked-hash-map", - "winnow", + "winnow 0.7.0", ] [[package]] @@ -977,7 +977,7 @@ dependencies = [ "serde", "serde_spanned", "toml_datetime", - "winnow", + "winnow 0.6.26", ] [[package]] @@ -1183,9 +1183,18 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "winnow" -version = "0.6.22" +version = "0.6.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980" +checksum = "1e90edd2ac1aa278a5c4599b1d89cf03074b610800f866d4026dc199d7929a28" +dependencies = [ + "memchr", +] + +[[package]] +name = "winnow" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7e49d2d35d3fad69b39b94139037ecfb4f359f08958b9c11e7315ce770462419" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index a4a5b2b..1faff4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,13 +15,13 @@ unwrap_used = "warn" [dependencies] annotate-snippets = "0.11.5" -bullet_stream = "0.3" +bullet_stream = "0.4" fs-err = "3" indoc = "2" libcnb = { version = "0.26", features = ["trace"] } libherokubuildpack = { version = "0.26", default-features = false, features = ["error", "log"] } linked-hash-map = "0.5" -winnow = "0.6.22" +winnow = "0.7.0" [dev-dependencies] libcnb-test = "0.26"