cargo(deps): bump the production-dependencies group across 1 directory with 8 updates - #37
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
…y with 8 updates Bumps the production-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.45` | `4.5.47` | | [config](https://github.com/rust-cli/config-rs) | `0.15.14` | `0.15.15` | | [minijinja](https://github.com/mitsuhiko/minijinja) | `2.11.0` | `2.12.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.142` | `1.0.143` | | [tantivy](https://github.com/quickwit-oss/tantivy) | `0.24.2` | `0.25.0` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` | | [idna](https://github.com/servo/rust-url) | `1.0.3` | `1.1.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.20.0` | `3.21.0` | Updates `clap` from 4.5.45 to 4.5.47 - [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.5.45...clap_complete-v4.5.47) Updates `config` from 0.15.14 to 0.15.15 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.15.14...v0.15.15) Updates `minijinja` from 2.11.0 to 2.12.0 - [Release notes](https://github.com/mitsuhiko/minijinja/releases) - [Changelog](https://github.com/mitsuhiko/minijinja/blob/main/CHANGELOG.md) - [Commits](mitsuhiko/minijinja@2.11.0...2.12.0) Updates `serde_json` from 1.0.142 to 1.0.143 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.142...v1.0.143) Updates `tantivy` from 0.24.2 to 0.25.0 - [Release notes](https://github.com/quickwit-oss/tantivy/releases) - [Changelog](https://github.com/quickwit-oss/tantivy/blob/main/CHANGELOG.md) - [Commits](quickwit-oss/tantivy@0.24.2...0.25.0) Updates `regex` from 1.11.1 to 1.11.2 - [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.11.1...1.11.2) Updates `idna` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/commits) Updates `tempfile` from 3.20.0 to 3.21.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.20.0...v3.21.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.47 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: config dependency-version: 0.15.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: minijinja dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: serde_json dependency-version: 1.0.143 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tantivy dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: regex dependency-version: 1.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: idna dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: tempfile dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/cargo/production-dependencies-83eb64d68c
branch
September 15, 2025 06:27
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 production-dependencies group with 8 updates in the / directory:
4.5.454.5.470.15.140.15.152.11.02.12.01.0.1421.0.1430.24.20.25.01.11.11.11.21.0.31.1.03.20.03.21.0Updates
clapfrom 4.5.45 to 4.5.47Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
f046ca6chore: Release436949ddocs: Update changelog1ddab84Merge pull request #5954 from epage/tests8a66dbftest(complete): Add more native cases76465cftest(complete): Make things more consistent232cedbtest(complete): Remove redundant index02244a6Merge pull request #5949 from krobelus/option-name-completions-after-positionals2e13847fix(complete): Missing options in multi-val arg74388d7test(complete): Multi-valued, unbounded positional5b3d45frefactor(complete): Extract function for optionsUpdates
configfrom 0.15.14 to 0.15.15Changelog
Sourced from config's changelog.
Commits
3931f4cchore: Release config version 0.15.151e85483docs: Update changelog63ef7c7fix(format): Correctly deserialize json5 (#690)ea823c1fix(format): Correctly deserialize json5b4bc68ftest(format): Verify null where supported35bafb9refactor(file): Minor clean up to file discovery (#688)e6e3fcffix(file): Switch error to user-facing termsdaf02c8refactor(file): Clarify we are dealing with a path, not a namefd28355refactor(format): Simplify extension mappingb154785refactor(file): Pull out extension lookupUpdates
minijinjafrom 2.11.0 to 2.12.0Release notes
Sourced from minijinja's releases.
Changelog
Sourced from minijinja's changelog.
Commits
50d24fb2.12.0b6e0417Switch to regular cargo-distb808ef9Added .jinja and .jinja2 as ignored extensions (#832)27b1d0efix: mixed up example names, "object-using-async" and "function-using-async" ...891aa60Improve documentation of 'trim' filter (#829)16cfc39Add changelog entry5c91137Prefer error message from unknown_method_callback (#824)7ebd538Fix WASI doctest failure in Object trait (#830)31331bbFix some clippy warnings513f6f2fix: wrong slicing with negative indices which overflow range bounds (#822)Updates
serde_jsonfrom 1.0.142 to 1.0.143Release notes
Sourced from serde_json's releases.
Commits
10102c4Release 1.0.1432a5b853Replace super::super with absolute path within crate447170bMerge pull request 1271 from mickvangelderen/mick/impl-from-str-for-mapec190d6Merge pull request #1264 from xlambein/master8be6647Merge pull request #1268 from SOF3/compact-defaultba5b3ccRevert "Pin nightly toolchain used for miri job"fd35a02Implement FromStr for Map<String, Value>bea0fe6Implement Default for CompactFormatter0c0e9f6Add Clone and Debug impls to map iteratorsUpdates
tantivyfrom 0.24.2 to 0.25.0Release notes
Sourced from tantivy's releases.
Changelog
Sourced from tantivy's changelog.
Commits
b4139bcchore: Release8676a1fprepare release: update Changelog (#2685)021ff2amove bench to binggan (#2684)39e0276per field size details (#2679)a1d65c3test stable ordering with pagination (#2683)2e4615cMerge pull request #2678 from Darkheir/feat/query_grammar_space_between_field...610091efeat: Applies PR review suggestionc301e7bMerge pull request #2673 from paradedb/stuhood.fix-order-by-dup-stringd9eb093Attempt to clarifysorted_ords_to_term_cb.d4b0901feat: Support spaces between field name and valueUpdates
regexfrom 1.11.1 to 1.11.2Changelog
Sourced from regex's changelog.
Commits
d0aa5861.11.2a3bf4adregex-cli-0.2.225a15e2rure-0.2.345c3da7regex-lite-0.1.7873ed80regex-automata-0.4.10ea834f8regex-syntax-0.8.686836fbchangelog: 1.11.263a26c1cargo: ensure that 'perf' doesn't enable 'std' implicitly (#1150)dd96592doc: clarify CRLF mode effect931dae0cargo: pointrepositorymetadata to clonable URLsUpdates
idnafrom 1.0.3 to 1.1.0Commits
Updates
tempfilefrom 3.20.0 to 3.21.0Changelog
Sourced from tempfile's changelog.
Commits
48bff5ftest(tempdir): configure tempdir on wasi704a1d2test(tempdir): cleanup tempdir tests and run more tests on wasia0dc80dAdd Android CI target (#367)4ad1ae6chore(release): release 3.21.03849eddbuild(deps): bump actions/checkout from 4 to 5 (#368)0657fdfbuild(deps): update windows-sys requirement <0.61 (#360)69b95c7ci: fix was tests in CI (#361)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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