Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

Bumps the patch group with 4 updates: anyhow, mdbook, serde and thiserror.

Updates anyhow from 1.0.83 to 1.0.86

Release notes

Sourced from anyhow's releases.

1.0.86

  • Fix parse error in ensure! with non-literal after minus sign (#373)

1.0.85

  • Improve ensure! macro's rules to unblock some rustc pretty-printer improvements (#368, #371)

1.0.84

  • Disallow calling ensure! through a Not impl for a type that is not bool (#367)
Commits
  • 8ea1819 Release 1.0.86
  • 0a1b405 Merge pull request #373 from dtolnay/minusneg
  • e0c74f2 Ensure $:literal never matches negative literal
  • 013c66e Fix parse error with non-literal after minus sign
  • ca7aff7 Add binary operator ensure tests
  • 2737bbe Release 1.0.85
  • 82b8b34 Merge pull request #371 from dtolnay/split
  • ad78d70 Preserve more token spans in expression parser
  • 5cce406 Parse comparison operators before other binary operators
  • 7205394 Merge pull request #369 from dtolnay/tokensplit
  • Additional commits viewable in compare view

Updates mdbook from 0.4.37 to 0.4.40

Release notes

Sourced from mdbook's releases.

v0.4.40

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0440 for a complete list of changes.

v0.4.39

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0439 for a complete list of changes.

v0.4.38

See https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0438 for a complete list of changes.

Changelog

Sourced from mdbook's changelog.

mdBook 0.4.40

v0.4.39...v0.4.40

Fixed

  • Reverted the update to pulldown-cmark which broke the semver API. #2388

mdBook 0.4.39

v0.4.38...v0.4.39

Fixed

  • Fixed the automatic deploy broken in the previous release. #2383

mdBook 0.4.38

v0.4.37...v0.4.38

Added

  • Added nix to the default set of languages supported for syntax highlighting. #2262

Changed

  • The output.html.curly-quotes option has been renamed to output.html.smart-punctuation to better reflect what it does. The old option curly-quotes is kept for compatibility, but may be removed in the future. #2327
  • The file-watcher used in mdbook serve and mdbook watch now uses a poll-based watcher instead of the native operating system notifications. This should fix issues on various systems and environments, and more accurately detect when files change. The native watcher can still be used with the --watcher native CLI option. #2325
  • mdbook test output now includes color, and shows relative paths to the source. #2259
  • Updated dependencies, MSRV raised to 1.74 #2350 #2351 #2378 #2381

Fixed

  • Reduced memory allocation when copying files. #2355
  • Fixed the horizontal divider in SUMMARY.md from being indented into the previous nested section. #2364
  • Removed unnecessary @import in the CSS. #2260
Commits
  • 94b922d Merge pull request #2389 from ehuss/bump-version
  • 0a8f9a3 Update to 0.4.40
  • a5d4d1e Merge pull request #2386 from ehuss/revert-pulldown-cmark
  • 2bdb586 Add comment not to update pulldown-cmark.
  • 6593228 Revert "Merge pull request #2381 from ehuss/update-pulldown-cmark"
  • e34f9c6 Merge pull request #2385 from ehuss/bump-version
  • e0e13e3 Merge pull request #2384 from ehuss/arg_watcher-dead-code
  • 4c333be Update to 0.4.39
  • 965f7bd Fix dead_code warning for arg_watcher
  • cfcba01 Merge pull request #2383 from ehuss/musl-fix
  • Additional commits viewable in compare view

Updates serde from 1.0.201 to 1.0.202

Release notes

Sourced from serde's releases.

v1.0.202

  • Provide public access to RenameAllRules in serde_derive_internals (#2743)
Commits
  • 9e32a40 Release 1.0.202
  • 87f635e Release serde_derive_internals 0.29.1
  • d4b2dfb Merge pull request #2743 from dtolnay/renameallrules
  • f6ab0bc Provide public access to RenameAllRules in serde_derive_internals
  • 48cc2a6 Replace use of a syn From impl
  • 3202a68 Skip rerunning build script on library code changes
  • See full diff in compare view

Updates thiserror from 1.0.60 to 1.0.61

Release notes

Sourced from thiserror's releases.

1.0.61

  • Use core::fmt and core::panic to facilitate error_in_core support (#299, thanks @​jordens)
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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels May 20, 2024
@dependabot dependabot bot requested review from djmitche, mgeisler and qwandor May 20, 2024 01:30
Bumps the patch group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [mdbook](https://github.com/rust-lang/mdBook), [serde](https://github.com/serde-rs/serde) and [thiserror](https://github.com/dtolnay/thiserror).


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

Updates `mdbook` from 0.4.37 to 0.4.40
- [Release notes](https://github.com/rust-lang/mdBook/releases)
- [Changelog](https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md)
- [Commits](rust-lang/mdBook@v0.4.37...v0.4.40)

Updates `serde` from 1.0.201 to 1.0.202
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.201...v1.0.202)

Updates `thiserror` from 1.0.60 to 1.0.61
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.60...1.0.61)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mdbook
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/patch-05e877a504 branch from 4f0919e to 0a1cb25 Compare May 20, 2024 08:42
@qwandor qwandor merged commit 82b60f2 into main May 20, 2024
@qwandor qwandor deleted the dependabot/cargo/patch-05e877a504 branch May 20, 2024 09:06
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