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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps the rust-dependencies group with 10 updates in the / directory:

Package From To
libcnb 0.23.0 0.24.0
libherokubuildpack 0.23.0 0.24.0
tempfile 3.12.0 3.13.0
libcnb-test 0.23.0 0.24.0
serde_json 1.0.127 1.0.132
opentelemetry 0.24.0 0.26.0
anyhow 1.0.86 1.0.91
libcnb-data 0.23.0 0.24.0
opentelemetry_sdk 0.24.1 0.26.0
opentelemetry-stdout 0.5.0 0.26.0

Updates libcnb from 0.23.0 to 0.24.0

Changelog

Sourced from libcnb's changelog.

[0.24.0] - 2024-10-17

Added

  • libherokubuildpack:
    • Added inventory module. (#861)
Commits

Updates libherokubuildpack from 0.23.0 to 0.24.0

Release notes

Sourced from libherokubuildpack's releases.

v0.24.0

Added

  • libherokubuildpack:
    • Added inventory module. (#861)
Changelog

Sourced from libherokubuildpack's changelog.

[0.24.0] - 2024-10-17

Added

  • libherokubuildpack:
    • Added inventory module. (#861)
Commits

Updates serde from 1.0.209 to 1.0.213

Release notes

Sourced from serde's releases.

v1.0.213

  • Fix support for macro-generated with attributes inside a newtype struct (#2847)

v1.0.212

  • Fix hygiene of macro-generated local variable accesses in serde(with) wrappers (#2845)

v1.0.211

  • Improve error reporting about mismatched signature in with and default attributes (#2558, thanks @​Mingun)
  • Show variant aliases in error message when variant deserialization fails (#2566, thanks @​Mingun)
  • Improve binary size of untagged enum and internally tagged enum deserialization by about 12% (#2821)

v1.0.210

  • Support serializing and deserializing IpAddr and SocketAddr in no-std mode on Rust 1.77+ (#2816, thanks @​MathiasKoch)
  • Make serde::ser::StdError and serde::de::StdError equivalent to core::error::Error on Rust 1.81+ (#2818)
Commits
  • 58a8d22 Release 1.0.213
  • ef0ed22 Merge pull request #2847 from dtolnay/newtypewith
  • 79925ac Ignore dead_code warning in regression test
  • b60e409 Hygiene for macro-generated newtype struct deserialization with 'with' attr
  • fdc36e5 Add regression test for issue 2846
  • 49e11ce Ignore trivially_copy_pass_by_ref pedantic clippy lint in test
  • 7ae1b5f Release 1.0.212
  • 1ac054b Merge pull request #2845 from dtolnay/withlocal
  • 1e36ef5 Fix hygiene of macro-generated local variable accesses in serde(with) wrappers
  • 0058c72 Add regression test for issue 2844
  • Additional commits viewable in compare view

Updates tempfile from 3.12.0 to 3.13.0

Changelog

Sourced from tempfile's changelog.

3.13.0

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).
Commits

Updates thiserror from 1.0.63 to 1.0.65

Release notes

Sourced from thiserror's releases.

1.0.65

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#325)

1.0.64

  • Exclude derived impls from coverage instrumentation (#322, thanks @​oxalica)
Commits
  • 5088592 Release 1.0.65
  • 3309b37 Merge pull request #325 from dtolnay/outdir
  • f563b1d Clean up dep-info files from OUT_DIR
  • a72ea77 Resolve extra_unused_lifetimes clippy lint
  • 1b15d6e Ignore needless_lifetimes clippy lint
  • 84484bc Release 1.0.64
  • 023f036 Merge pull request #322 from oxalica/feat/mark-auto-derived
  • ae1f47e Mark #[automatically_derived] for generated impls
  • ab5b5e3 Upload CI Cargo.lock for reproducing failures
  • 00b3c14 Work around new dead code warning in test
  • See full diff in compare view

Updates libcnb-test from 0.23.0 to 0.24.0

Changelog

Sourced from libcnb-test's changelog.

[0.24.0] - 2024-10-17

Added

  • libherokubuildpack:
    • Added inventory module. (#861)
Commits

Updates serde_json from 1.0.127 to 1.0.132

Release notes

Sourced from serde_json's releases.

1.0.132

  • Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205)
  • Improve performance of JSON array and JSON object deserialization by about 8% (#1206)

1.0.131

  • Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#1135, thanks @​swlynch99)

1.0.130

  • Support converting and deserializing Number from i128 and u128 (#1141, thanks @​druide)

1.0.129

1.0.128

  • Support serializing maps containing 128-bit integer keys to serde_json::Value (#1188, thanks @​Mrreadiness)
Commits
  • 86d933c Release 1.0.132
  • f45b422 Merge pull request #1206 from dtolnay/hasnext
  • f2082d2 Clearer order of comparisons
  • 0f54a1a Handle early return sooner on eof in seq or map
  • 2a4cb44 Rearrange 'match peek'
  • 4cb90ce Merge pull request #1205 from dtolnay/hasnext
  • b71ccd2 Reduce duplicative instantiation of logic in SeqAccess and MapAccess
  • a810ba9 Release 1.0.131
  • 0d084c5 Touch up PR 1135
  • b4954a9 Merge pull request #1135 from swlynch99/map-deserializer
  • Additional commits viewable in compare view

Updates opentelemetry from 0.24.0 to 0.26.0

Release notes

Sourced from opentelemetry's releases.

0.26.0 Release

See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.

OpenTelemetry 0.25.0 Release

See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).

Commits
  • 21fc16c Prepare 0.26.0 release, update Metrics API to Beta (#2160)
  • 167baf8 Minor cleanups in Metrics module (#2155)
  • 380a709 MeterProvider modified to not do shutdown if user has already shut down (#2156)
  • 81a95e3 Improve internal opentelemetry logging - directly using tracing mcros (#2152)
  • 8bdd189 For Delta Temporarlity, avoid exporting when no new measurements are made (#2...
  • 6ed2b43 Fix CI - Regenerate proto files, and selective msrv-patching (#2159)
  • 161929d Use weaver for semantic convention codegen (#2098)
  • 0f15d21 Update doc comments (#2149)
  • 88023d9 Add tests for periodic reader from various RT combinations (#2147)
  • c8136d9 Add with_boundaries hint API for explicit bucket histograms (#2135)
  • Additional commits viewable in compare view

Updates anyhow from 1.0.86 to 1.0.91

Release notes

Sourced from anyhow's releases.

1.0.91

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#388)

1.0.90

  • Documentation improvements

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)

1.0.88

  • Documentation improvements

1.0.87

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#383)
Commits
  • 6c52daa Release 1.0.91
  • 4986853 Merge pull request #388 from dtolnay/outdir
  • f130b76 Clean up dep-info files from OUT_DIR
  • a0b868a Release 1.0.90
  • 0f74169 Improve rendering of inline code in macros documentation
  • 8ce4560 Ignore needless_lifetimes clippy lint
  • be64707 Resolve used_underscore_items pedantic clippy lint
  • 9d3fb6d Release 1.0.89
  • 830c399 Merge pull request #386 from dtolnay/unwindsafe
  • 8454be3 Ensure UnwindSafe even with "backtrace" feature enabled and old Rust
  • Additional commits viewable in compare view

Updates libcnb-data from 0.23.0 to 0.24.0

Changelog

Sourced from libcnb-data's changelog.

[0.24.0] - 2024-10-17

Added

  • libherokubuildpack:
    • Added inventory module. (#861)
Commits

Updates opentelemetry_sdk from 0.24.1 to 0.26.0

Release notes

Sourced from opentelemetry_sdk's releases.

0.26.0 Release

See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.

OpenTelemetry 0.25.0 Release

See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).

Commits
  • 21fc16c Prepare 0.26.0 release, update Metrics API to Beta (#2160)
  • 167baf8 Minor cleanups in Metrics module (#2155)
  • 380a709 MeterProvider modified to not do shutdown if user has already shut down (#2156)
  • 81a95e3 Improve internal opentelemetry logging - directly using tracing mcros (#2152)
  • 8bdd189 For Delta Temporarlity, avoid exporting when no new measurements are made (#2...
  • 6ed2b43 Fix CI - Regenerate proto files, and selective msrv-patching (#2159)
  • 161929d Use weaver for semantic convention codegen (#2098)
  • 0f15d21 Update doc comments (#2149)
  • 88023d9 Add tests for periodic reader from various RT combinations (#2147)
  • c8136d9 Add with_boundaries hint API for explicit bucket histograms (#2135)
  • Additional commits viewable in compare view

Updates opentelemetry-stdout from 0.5.0 to 0.26.0

Release notes

Sourced from opentelemetry-stdout's releases.

0.26.0 Release

See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.

OpenTelemetry 0.25.0 Release

See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).

opentelemetry-sdk v0.24.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

opentelemetry-0.24.0

See individual crate changelogs for details.

0.23.0

Whats changed?

See individual crate changelogs for details.

New Contributors

@​svix-jplatte made their first contribution in open-telemetry/opentelemetry-rust#1568 @​rex4539 made their first contribution in open-telemetry/opentelemetry-rust#1587 @​divergentdave made their first contribution in open-telemetry/opentelemetry-rust#1584 @​pyohannes made their first contribution in open-telemetry/opentelemetry-rust#1578 @​masato-hi made their first contribution in open-telemetry/opentelemetry-rust#1621 @​rogercoll made their first contribution in open-telemetry/opentelemetry-rust#1624 @​LuisOsta made their first contribution in open-telemetry/opentelemetry-rust#1638 @​svrnm made their first contribution in open-telemetry/opentelemetry-rust#1664 @​Lev1ty made their first contribution in open-telemetry/opentelemetry-rust#1672 @​ThomsonTan made their first contribution in open-telemetry/opentelemetry-rust#1675 @​ramgdev made their first contribution in open-telemetry/opentelemetry-rust#1585 @​utpilla made their first contribution in open-telemetry/opentelemetry-rust#1701 @​ChieloNewctle made their first contribution in open-telemetry/opentelemetry-rust#1746

0.22.1 of OpenTelemetry sdk

Fixed open-telemetry/opentelemetry-rust#1576 Fix Span kind is always set to "internal".

v0.22.0

API

Added

Changed

Removed

... (truncated)

Commits
  • 21fc16c Prepare 0.26.0 release, update Metrics API to Beta (#2160)
  • 167baf8 Minor cleanups in Metrics module (#2155)
  • 380a709 MeterProvider modified to not do shutdown if user has already shut down (#2156)
  • 81a95e3 Improve internal opentelemetry logging - directly using tracing mcros (#2152)
  • 8bdd189 For Delta Temporarlity, avoid exporting when no new measurements are made (#2...
  • 6ed2b43 Fix CI - Regenerate proto files, and selective msrv-patching (#2159)
  • 161929d Use weaver for semantic convention codegen (#2098)
  • 0f15d21 Update doc comments (#2149)
  • 88023d9 Add tests for periodic reader from various RT combinations (#2147)
  • c8136d9 Add with_boundaries hint API for explicit bucket histograms (#2135)
  • Additional commits viewable in compare view

Updates regex from 1.10.6 to 1.11.0

Changelog

Sourced from regex's changelog.

1.11.0 (2024-09-29)

This is a new minor release of regex that brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used by regex internally to the version 16 release.

New features:

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from colincasey as a code owner October 22, 2024 19:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code skip changelog labels Oct 22, 2024
Bumps the rust-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [libcnb](https://github.com/heroku/libcnb.rs) | `0.23.0` | `0.24.0` |
| [libherokubuildpack](https://github.com/heroku/libcnb.rs) | `0.23.0` | `0.24.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.12.0` | `3.13.0` |
| [libcnb-test](https://github.com/heroku/libcnb.rs) | `0.23.0` | `0.24.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.132` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.24.0` | `0.26.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.91` |
| [libcnb-data](https://github.com/heroku/libcnb.rs) | `0.23.0` | `0.24.0` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.24.1` | `0.26.0` |
| [opentelemetry-stdout](https://github.com/open-telemetry/opentelemetry-rust) | `0.5.0` | `0.26.0` |



Updates `libcnb` from 0.23.0 to 0.24.0
- [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.23.0...v0.24.0)

Updates `libherokubuildpack` from 0.23.0 to 0.24.0
- [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.23.0...v0.24.0)

Updates `serde` from 1.0.209 to 1.0.213
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.213)

Updates `tempfile` from 3.12.0 to 3.13.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.12.0...v3.13.0)

Updates `thiserror` from 1.0.63 to 1.0.65
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.65)

Updates `libcnb-test` from 0.23.0 to 0.24.0
- [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.23.0...v0.24.0)

Updates `serde_json` from 1.0.127 to 1.0.132
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.127...1.0.132)

Updates `opentelemetry` from 0.24.0 to 0.26.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.24.0...opentelemetry-0.26.0)

Updates `anyhow` from 1.0.86 to 1.0.91
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.91)

Updates `libcnb-data` from 0.23.0 to 0.24.0
- [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.23.0...v0.24.0)

Updates `opentelemetry_sdk` from 0.24.1 to 0.26.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry_sdk-0.24.1...opentelemetry_sdk-0.26.0)

Updates `opentelemetry-stdout` from 0.5.0 to 0.26.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-stdout-0.5.0...opentelemetry-stdout-0.26.0)

Updates `regex` from 1.10.6 to 1.11.0
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.6...1.11.0)

---
updated-dependencies:
- dependency-name: libcnb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: libherokubuildpack
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libcnb-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: libcnb-data
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: opentelemetry_sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: opentelemetry-stdout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/rust-dependencies-00542695f0 branch from 80ae6f1 to 12c6653 Compare October 23, 2024 12:43
colincasey added a commit that referenced this pull request Oct 28, 2024
Removes the otel tracing added in [#652](#652) which was introduced before the `libcnb` tracing support in [heroku/libcnb.rs#723](heroku/libcnb.rs#723).

This is also blocking the dependency updates in [#942](#942).
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2024

Superseded by #952.

@dependabot dependabot bot closed this Nov 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/rust-dependencies-00542695f0 branch November 1, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code skip changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants