build(deps): bump the cargo group across 1 directory with 7 updates#63
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the cargo group across 1 directory with 7 updates#63dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.150` | `1.0.151` | | [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.4` | | [time](https://github.com/time-rs/time) | `0.3.53` | `0.3.54` | | [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `2.2.0` | `3.0.0` | | [tree-sitter](https://github.com/tree-sitter/tree-sitter) | `0.25.10` | `0.26.11` | | [glob](https://github.com/rust-lang/glob) | `0.3.3` | `0.3.4` | | [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.46.9` | `0.48.5` | Updates `serde_json` from 1.0.150 to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.150...v1.0.151) Updates `clap` from 4.6.1 to 4.6.4 - [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.6.1...clap_complete-v4.6.4) Updates `time` from 0.3.53 to 0.3.54 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.53...v0.3.54) Updates `ed25519-dalek` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.0.0/CHANGELOG.md) - [Commits](dalek-cryptography/curve25519-dalek@ed25519-2.2.0...3.0.0) Updates `tree-sitter` from 0.25.10 to 0.26.11 - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](tree-sitter/tree-sitter@v0.25.10...v0.26.11) Updates `glob` from 0.3.3 to 0.3.4 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@v0.3.3...v0.3.4) Updates `jsonschema` from 0.46.9 to 0.48.5 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@ruby-v0.46.9...ruby-v0.48.5) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: time dependency-version: 0.3.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: ed25519-dalek dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: tree-sitter dependency-version: 0.26.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: glob dependency-version: 0.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: jsonschema dependency-version: 0.48.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
AI Code Review: SKIPPED (Dependabot PR)Dependabot PRs run against the Dependabot secret store, so this workflow cannot access the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 7 updates in the / directory:
1.0.1501.0.1514.6.14.6.40.3.530.3.542.2.03.0.00.25.100.26.110.3.30.3.40.46.90.48.5Updates
serde_jsonfrom 1.0.150 to 1.0.151Release notes
Sourced from serde_json's releases.
Commits
de85007Release 1.0.1513b2b3c5Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked0406d96Debug-assert well-formedness and no-whitespace in from_string_uncheckedcf16f75Add RawValue::from_string_unchecked827a315Update actions/upload-artifact@v6 -> v7cea36a5Update actions/checkout@v6 -> v7Updates
clapfrom 4.6.1 to 4.6.4Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
87ec1adchore: Release78f2529docs: Update changelogb61f270Merge pull request #6369 from Metbcy/fix/zsh-completion-ordering74c6666fix(complete): Keep zsh candidate orderd142d8fMerge pull request #6360 from epage/stringba89563style: Prefer explicit string operationsbea966eMerge pull request #6359 from epage/manb811986chore(man):Remove unused required-features0010bf2Merge pull request #6358 from clap-rs/renovate/crate-ci-typos-1.xbab9b24chore(deps): Update compatible (dev) (#6357)Updates
timefrom 0.3.53 to 0.3.54Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
d1c55a4v0.3.54 release2fb04c4Add ability to iterate overWeekdays00779faAdd ability to iterate overMonthsb99c5c2Add ability to iterate overDates41eea5bLint on missing panic documentation5a0bdd8Replace optimizing loop with linear pass687d4a9Address clippy lints6bf0055Add LLM policy81f9fe0RenameDurationtoSignedDuration058efaeRename internals forPlainDateTimeUpdates
ed25519-dalekfrom 2.2.0 to 3.0.0Changelog
Sourced from ed25519-dalek's changelog.
... (truncated)
Commits
6d96eb7Bump version to 3.0.0.c68b30fMerge pull request #330 from isislovecruft/fix/move-coc2ee6193Merge pull request #327 from huitseeker/digests-0.991a0faeMove CoC section from CONTRIBUTING.md to new file.5038fcfMerge pull request #308 from isislovecruft/fix/pippenger-typo6afd8ffUpdate sha2, digest to 0.93cc13a7Merge branch 'master' into developc4824e1Merge branch 'release/2.1.0'3fc47efBump version to 2.1.0f04b830Merge branch 'master' into developUpdates
tree-sitterfrom 0.25.10 to 0.26.11Release notes
Sourced from tree-sitter's releases.
... (truncated)
Commits
64402derelease v0.26.112194ac1fix(ci): re-set executable permission on release artifacts before zippinga2b8369fix(generate): strip non-ASCII case folds1ae3cc5fix(rust): address new clippy lints90dd1a0fix(templates): generated array macros do not compile with C++fa6222adocs(queries): clarify behavior of first child anchor example77b741bdocs(queries): specify anchor behavior with quantifiers and groups1c21ff3fix(query): apply a trailing anchor when its optional node is skipped5756cedfix(query): make an anchor after a zero-matched quantifier vacuouseca86a7fix(query): forbid an anchor at the end of a groupUpdates
globfrom 0.3.3 to 0.3.4Release notes
Sourced from glob's releases.
Changelog
Sourced from glob's changelog.
Commits
cfa2a58chore: release v0.3.48a903efSet the edition to 20211f75324Bump actions/checkout from 6 to 77df5575ci: Bump ubuntu-24.04 to ubuntu-26.04e476c2aci: Replace macos-13 and macos-15 with macos-26-intel and macos-260dc6566ci: Get MSRV directly from crate metadatac3c81deci: Bump MSRV of test dependencies6bde970Bump actions/checkout from 5 to 6 (#184)0639988Cache filename for sorting infill_todo(#181)335da33Replaceinto_errormethod withimpl Into(#179)Updates
jsonschemafrom 0.46.9 to 0.48.5Release notes
Sourced from jsonschema's releases.
... (truncated)
Changelog
Sourced from jsonschema's changelog.
... (truncated)
Commits
0f09bc8chore(ruby): Release 0.48.559bae39chore(ruby): Update schema canonicalization implementationa27c665chore(python): Release 0.48.591c8983chore(rust): Release 0.48.509aea02fix: packagingcb73267chore(rust): Release 0.48.4f4e8036chore(rust): Release 0.48.3bc07aafrefactor: Extract uniqueItems logic into jsonschema-value8018ed8feat: Support exclusive bounds in canonicalization36ac56frefactor: Canonicalization semanticsDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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