build(deps): bump the cargo group with 6 updates#2
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the cargo group with 6 updates: | Package | From | To | | --- | --- | --- | | [comrak](https://github.com/kivikakk/comrak) | `0.29.0` | `0.54.0` | | [ignore](https://github.com/BurntSushi/ripgrep) | `0.4.29` | `0.4.30` | | [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.2` | | [toml](https://github.com/toml-rs/toml) | `0.8.23` | `1.1.3+spec-1.1.0` | | [askama](https://github.com/askama-rs/askama) | `0.12.1` | `0.16.0` | | [notify](https://github.com/notify-rs/notify) | `6.1.1` | `8.2.0` | Updates `comrak` from 0.29.0 to 0.54.0 - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/CHANGELOG.md) - [Commits](kivikakk/comrak@v0.29.0...v0.54.0) Updates `ignore` from 0.4.29 to 0.4.30 - [Release notes](https://github.com/BurntSushi/ripgrep/releases) - [Changelog](https://github.com/BurntSushi/ripgrep/blob/master/CHANGELOG.md) - [Commits](BurntSushi/ripgrep@ignore-0.4.29...ignore-0.4.30) Updates `clap` from 4.6.1 to 4.6.2 - [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.2) Updates `toml` from 0.8.23 to 1.1.3+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.1.3) Updates `askama` from 0.12.1 to 0.16.0 - [Release notes](https://github.com/askama-rs/askama/releases) - [Commits](askama-rs/askama@0.12.1...v0.16.0) Updates `notify` from 6.1.1 to 8.2.0 - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/notify-8.2.0/CHANGELOG.md) - [Commits](notify-rs/notify@notify-6.1.1...notify-8.2.0) --- updated-dependencies: - dependency-name: comrak dependency-version: 0.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: ignore dependency-version: 0.4.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: toml dependency-version: 1.1.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo - dependency-name: askama dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: notify dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
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 6 updates:
0.29.00.54.00.4.290.4.304.6.14.6.20.8.231.1.3+spec-1.1.00.12.10.16.06.1.18.2.0Updates
comrakfrom 0.29.0 to 0.54.0Release notes
Sourced from comrak's releases.
... (truncated)
Changelog
Sourced from comrak's changelog.
... (truncated)
Commits
172c2eeMerge pull request #824 from kivikakk/release/v0.54.0ca03778CHANGELOG.md: finish v0.54.0.49712b7CHANGELOG.md: add generated portion.2c038dbCargo.toml: v0.54.0.c1d3c25Merge pull request #823 from kivikakk/push-orlpwlpryykn0623dd3remove deprecated items.087b0ceMerge pull request #822 from flying-sheep/pa/alert-semantic-htmld2e4a46oop! doctest.07bec36add cli option.5ecc991cargo fmt.Updates
ignorefrom 0.4.29 to 0.4.30Commits
227381dignore-0.4.30b621e65ignore: add incremental checkingc55818fignore: more pathutil clean-up6e527e9ignore: add routine for checking if a path is hidden or not626b895ignore: refactoris_hidden0d7054dignore: fix deadlock when visitor panics576005bgrep-searcher-0.1.17432976dgrep-pcre2-0.1.1041e0ae7grep-matcher-0.1.9Updates
clapfrom 4.6.1 to 4.6.2Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
0fe0be3chore: Release480af9ddocs: Update changelog2b3ddd0Merge pull request #6340 from liskin/fix-completion-escape7ffe739fix(complete): Do not suggest options after "--"d47fc4ftest(complete): Options suggested after escape (--)Updates
tomlfrom 0.8.23 to 1.1.3+spec-1.1.0Commits
eb25160chore: Releasef36fb52docs: Update changelog3adbbb7fix(writer): Don't overflow (#1189)fb0c1b3fix(writer): Don't overflow5e70a70test(writer): Add overflow test771a975chore: Upgrade toml-test (#1186)28f6c9cchore: Upgrade toml-test30d75cachore(deps): Update Prek to v0.4.9 (#1185)17efe57chore(deps): Update Rust Stable to v1.97 (#1184)c9d0d54style: Make clippy happyUpdates
askamafrom 0.12.1 to 0.16.0Release notes
Sourced from askama's releases.
... (truncated)
Commits
229e8bbMerge pull request #733 from GuillaumeGomez/updated8073f7Add migration guide for 0.15 to 0.16 upgrades1d49957Update packages version to0.16.09444439Merge pull request #732 from GuillaumeGomez/improve-docs7749af6Improve documentation forconfig46fa7baMerge pull request #731 from GuillaumeGomez/glob-support546e082Add glob support fordirsin config filed992acfMerge pull request #730 from GuillaumeGomez/add-err-docsecc11d6Update ui tests stderr for new rust version7098c6fFix new clippy lintUpdates
notifyfrom 6.1.1 to 8.2.0Release notes
Sourced from notify's releases.
... (truncated)
Changelog
Sourced from notify's changelog.
... (truncated)
Commits
a1d7c2dPrepare release (#706)c685ea7Skip allModifyevents right after aCreateevent, unless it's a rename e...e36d54efix: INotifyWatcher may raise events with no paths (#700)394ef18feat(inotify): notify a user if themax_user_watcheshas been reached impli...04473dechore: Prepare 8.1.0 release (#697)12a026dfix: makePathsMut::commitconsuming (#695)d824023feat: introduceWatcher::paths_mutfor adding/removing paths in batch (#692)b984134Do not clone paths while walking dirs (#693)416ba82chore: Use MSRV for Clippy and rustfmt (#694)10ce3efUpdatewindows-systo v0.60 (#691)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 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