-
Notifications
You must be signed in to change notification settings - Fork 11
chore(deps): bump the cargo group with 5 updates #59
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
Conversation
Bumps the cargo group with 5 updates: | Package | From | To | | --- | --- | --- | | [winnow](https://github.com/winnow-rs/winnow) | `0.7.6` | `0.7.7` | | [jiff](https://github.com/BurntSushi/jiff) | `0.2.9` | `0.2.10` | | [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.9.6` | `0.13.0` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.19` | `1.2.20` | | [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.9` | `0.2.10` | Updates `winnow` from 0.7.6 to 0.7.7 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.7.6...v0.7.7) Updates `jiff` from 0.2.9 to 0.2.10 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.9...jiff-static-0.2.10) Updates `pulldown-cmark` from 0.9.6 to 0.13.0 - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](pulldown-cmark/pulldown-cmark@v0.9.6...v0.13.0) Updates `cc` from 1.2.19 to 1.2.20 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/cc-rs@cc-v1.2.19...cc-v1.2.20) Updates `jiff-static` from 0.2.9 to 0.2.10 - [Release notes](https://github.com/BurntSushi/jiff/releases) - [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md) - [Commits](BurntSushi/jiff@jiff-static-0.2.9...jiff-static-0.2.10) --- updated-dependencies: - dependency-name: winnow dependency-version: 0.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: jiff dependency-version: 0.2.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: pulldown-cmark dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: cc dependency-version: 1.2.20 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo - dependency-name: jiff-static dependency-version: 0.2.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is created due to #58. That made Dependabot configuration changes unrelated to pulldown-cmark
. We cannot yet readily upgrade pulldown-cmark
for the reasons discussed in #54. I may make further changes to dependabot.yml
, including to have it ignore non-patch updates to pulldown-cmark
for now.
I don't think the updates here are very urgent. None are security updates, and none seem to be related to security other than the pulldown-cmark
update that cannot be applied yet (and which has very low security impact for this project). Unlike in gitoxide
, dependencies listed in Cargo.lock
dependencies have been updated here recently, since a commit that included the effects of cargo update
was manually added to #54.
Due to all these factors in combination, I think it should be fine to wait a while to merge this--and probably instead end up merging a successor to it. (However, if this is to be merged, then pulldown-cmark
could be re-downgraded in it, as was done in #54.)
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This is for Dependabot version updates. It doesn't affect Dependabot security updates, nor does it affect any ways of upgrading that don't use Dependabot. See: - https://github.blog/changelog/2021-05-21-dependabot-version-updates-can-now-ignore-major-minor-patch-releases/ - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore-- The reason is that `pulldown-cmark` will require changes to adapt to higher versions, and for some of those changes we don't yet know what is needed. See the full discussion in GitoxideLabs#54 and comment in GitoxideLabs#59.
This is for Dependabot version updates. It doesn't affect Dependabot security updates, nor does it affect any ways of upgrading that don't use Dependabot. See: - https://github.blog/changelog/2021-05-21-dependabot-version-updates-can-now-ignore-major-minor-patch-releases/ - https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#ignore-- The reason is that `pulldown-cmark` will require changes to adapt to higher versions, and for some of those changes we don't yet know what is needed. See the full discussion in GitoxideLabs#54 and comment in GitoxideLabs#59.
Bumps the cargo group with 5 updates:
0.7.6
0.7.7
0.2.9
0.2.10
0.9.6
0.13.0
1.2.19
1.2.20
0.2.9
0.2.10
Updates
winnow
from 0.7.6 to 0.7.7Changelog
Sourced from winnow's changelog.
Commits
bb0cea3
chore: Releasec887eee
docs: Update changelog296323d
Merge pull request #774 from tianyuanhao/inner-most491ebfc
fix(stream): Make raw() inner-most3752daf
Merge pull request #767 from dqkqd/fix-ndjson-link358080d
docs(topic): Fixed link ndjson2566343
Merge pull request #766 from epage/clippy886a29d
style: Help catch 'alloc' mistakes03e4fc3
style: Make clippy happyUpdates
jiff
from 0.2.9 to 0.2.10Changelog
Sourced from jiff's changelog.
Commits
75ed28e
0.2.10ad13537
strtime: fix parsing for Tuesday13bd8ab
doc: fix typoUpdates
pulldown-cmark
from 0.9.6 to 0.13.0Release notes
Sourced from pulldown-cmark's releases.
... (truncated)
Commits
f17d98a
chore: bump version to 0.13.047f60de
chore: cargo update and bump version to 0.12.3e42259f
Merge pull request #1018 from notriddle/deflist-lazy052c635
Merge pull request #1017 from notriddle/master0ede612
Prevent definition list defs from interrupting non-paragraphs2c16b4e
Fix tasklist parsing bugsc59ff54
Merge pull request #1015 from notriddle/tight-paragraph4409722
Use an explicit node for tight paragraphs4564d43
Merge pull request #1010 from ModProg/document-events62cae02
fix metadatablock doc commentUpdates
cc
from 1.2.19 to 1.2.20Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
1dd0989
chore: release v1.2.20 (#1462)828dd19
Regenerate target info (#1461)5da0787
Update rusqlite requirement from 0.34.0 to 0.35.0 (#1460)9fb0d0b
Fix parser.rs on latest rustc nightly (#1459)Updates
jiff-static
from 0.2.9 to 0.2.10Changelog
Sourced from jiff-static's changelog.
Commits
75ed28e
0.2.10ad13537
strtime: fix parsing for Tuesday13bd8ab
doc: fix typoDependabot 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