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

build(deps): bump the minor-and-patch-cargo-updates group with 5 updates #3237

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Bumps the minor-and-patch-cargo-updates group with 5 updates:

Package From To
thiserror 2.0.10 2.0.11
proc-macro2 1.0.92 1.0.93
tracing-loki 0.2.5 0.2.6
convert_case 0.6.0 0.7.1
wasm-bindgen-test 0.3.49 0.3.50

Updates thiserror from 2.0.10 to 2.0.11

Release notes

Sourced from thiserror's releases.

2.0.11

Commits
  • 0f532e3 Release 2.0.11
  • 3d15543 Merge pull request #410 from dtolnay/testnostd
  • 1a226ae Disable two more integration tests in no-std mode
  • 8b5f2d7 Fix unused import in test when built without std
  • eecd247 Add CI step to test with "std" disabled
  • 8f2a76b Merge pull request #409 from Maytha8/std-tests
  • 693a6cd Add feature gate to tests that use std
  • See full diff in compare view

Updates proc-macro2 from 1.0.92 to 1.0.93

Release notes

Sourced from proc-macro2's releases.

1.0.93

Commits
  • 83519e8 Release 1.0.93
  • 87e04d2 Merge pull request #490 from dtolnay/fastdrop
  • 029360d Drop tokens in order instead of reversed order
  • 172907a Non-recursively drop TokenStream relocating only streams, not tokens
  • See full diff in compare view

Updates tracing-loki from 0.2.5 to 0.2.6

Commits

Updates convert_case from 0.6.0 to 0.7.1

Commits

Updates wasm-bindgen-test from 0.3.49 to 0.3.50

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

Bumps the minor-and-patch-cargo-updates group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.10` | `2.0.11` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` |
| [tracing-loki](https://github.com/hrxi/tracing-loki) | `0.2.5` | `0.2.6` |
| [convert_case](https://github.com/rutrum/convert-case) | `0.6.0` | `0.7.1` |
| [wasm-bindgen-test](https://github.com/rustwasm/wasm-bindgen) | `0.3.49` | `0.3.50` |


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

Updates `proc-macro2` from 1.0.92 to 1.0.93
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.92...1.0.93)

Updates `tracing-loki` from 0.2.5 to 0.2.6
- [Changelog](https://github.com/hrxi/tracing-loki/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hrxi/tracing-loki/commits)

Updates `convert_case` from 0.6.0 to 0.7.1
- [Commits](https://github.com/rutrum/convert-case/commits)

Updates `wasm-bindgen-test` from 0.3.49 to 0.3.50
- [Release notes](https://github.com/rustwasm/wasm-bindgen/releases)
- [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustwasm/wasm-bindgen/commits)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: tracing-loki
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: convert_case
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: wasm-bindgen-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependency rust Pull requests that update Rust code labels Jan 13, 2025
@dependabot dependabot bot requested a review from jsdanielh January 13, 2025 15:01
@jsdanielh jsdanielh merged commit ba96978 into albatross Jan 13, 2025
7 checks passed
@jsdanielh jsdanielh deleted the dependabot/cargo/minor-and-patch-cargo-updates-a31baca25a branch January 13, 2025 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant