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

chore(deps): bump the cargo group with 5 updates #348

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the cargo group with 5 updates:

Package From To
anyhow 1.0.94 1.0.95
clap-verbosity-flag 3.0.1 3.0.2
github-actions-models 0.15.0 0.17.0
serde_json 1.0.133 1.0.134
tree-sitter 0.24.4 0.24.5

Updates anyhow from 1.0.94 to 1.0.95

Release notes

Sourced from anyhow's releases.

1.0.95

Commits
  • 48be1ca Release 1.0.95
  • a03d6d6 Merge pull request #402 from dtolnay/fromboxed
  • 52e4abb Add Error::from_boxed with documentation about bidirectional ?
  • ffecefc Merge pull request #401 from dtolnay/construct
  • 671f700 Add construct_ prefix to name of private construct functions
  • See full diff in compare view

Updates clap-verbosity-flag from 3.0.1 to 3.0.2

Changelog

Sourced from clap-verbosity-flag's changelog.

[3.0.2] - 2024-12-16

Features

  • Add a Copy impl to Verbosity
Commits
  • 8a65b98 chore: Release clap-verbosity-flag version 3.0.2
  • 6f634c9 docs: Update changelog
  • bcfc9e8 Merge pull request #133 from joshka/jm/verbosity-copy
  • 9191996 feat: Impl Copy for Verbosity
  • 9f72d6c Merge pull request #131 from clap-rs/renovate/stable-1.x
  • 3c00cda chore(deps): Update compatible (dev) (#130)
  • 061da5a chore(deps): Update dependency STABLE to v1.83.0
  • See full diff in compare view

Updates github-actions-models from 0.15.0 to 0.17.0

Release notes

Sourced from github-actions-models's releases.

v0.17.0

No release notes provided.

v0.16.2

Full Changelog: woodruffw/github-actions-models@v0.16.1...v0.16.2

v0.16.1

Full Changelog: woodruffw/github-actions-models@v0.16.0...v0.16.1

v0.16.0

What's Changed

Full Changelog: woodruffw/github-actions-models@v0.15.0...v0.16.0

Commits

Updates serde_json from 1.0.133 to 1.0.134

Release notes

Sourced from serde_json's releases.

v1.0.134

  • Add RawValue associated constants for literal null, true, false (#1221, thanks @​bheylin)
Commits
  • b2a1415 Release 1.0.134
  • 9875785 Tweak wording of NULL/TRUE/FALSE documentation
  • 4aa05b9 Merge pull request #1222 from dtolnay/rawvalueassoc
  • f42c7c7 Move RawValue associated constants into same impl block as public functions
  • 96576ba Merge pull request #1221 from bheylin/add-const-raw-values-for-null-and-bools
  • 4db66fb Add 'static lifetime to const's
  • 9c9aa1f Add literal 'null', 'true' and 'false' consts to RawValue struct.
  • See full diff in compare view

Updates tree-sitter from 0.24.4 to 0.24.5

Release notes

Sourced from tree-sitter's releases.

v0.24.5

[0.24.5] - 2024-12-11

Features

  • Move scripts to xtasks

Bug Fixes

  • Compiler warning
  • Sync cmake with master
  • lib: Correct next sibling of zero width node
  • lib: Use clock_gettime on macOS again
  • lib: Handle compiler warnings

Build System and CI

  • Configure clippy lints at the workspace level
  • Tune compiler warnings
  • Major overhaul
  • Treat incompatible pointer warning as error
  • Build lib with wasmtime
  • Fix minor issues
  • cmake: Link wasmtime dependencies

Other

  • Remove unnecessary fuzz and profile helpers
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 cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) | `3.0.1` | `3.0.2` |
| [github-actions-models](https://github.com/woodruffw/github-actions-models) | `0.15.0` | `0.17.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.24.4` | `0.24.5` |


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

Updates `clap-verbosity-flag` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v3.0.1...v3.0.2)

Updates `github-actions-models` from 0.15.0 to 0.17.0
- [Release notes](https://github.com/woodruffw/github-actions-models/releases)
- [Commits](woodruffw/github-actions-models@v0.15.0...v0.17.0)

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

Updates `tree-sitter` from 0.24.4 to 0.24.5
- [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
- [Commits](tree-sitter/tree-sitter@v0.24.4...v0.24.5)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: github-actions-models
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: tree-sitter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 23, 2024
@woodruffw woodruffw merged commit 1529326 into main Dec 23, 2024
5 checks passed
@woodruffw woodruffw deleted the dependabot/cargo/cargo-ebb528e841 branch December 23, 2024 14:41
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant