Skip to content
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

cargo: bump the patch group across 1 directory with 12 updates #2489

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the patch group with 12 updates in the / directory:

Package From To
anyhow 1.0.91 1.0.93
clap 4.5.20 4.5.21
mdbook 0.4.40 0.4.43
serde 1.0.214 1.0.215
serde_json 1.0.132 1.0.133
csv 1.3.0 1.3.1
tokio 1.41.0 1.41.1
url 2.5.2 2.5.4
mockall 0.13.0 0.13.1
zerocopy 0.8.8 0.8.11
cxx 1.0.129 1.0.133
cxx-build 1.0.129 1.0.133

Updates anyhow from 1.0.91 to 1.0.93

Release notes

Sourced from anyhow's releases.

1.0.93

  • Update dev-dependencies to thiserror v2

1.0.92

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#390)
Commits
  • 713bda9 Release 1.0.93
  • f91c247 Merge pull request #391 from dtolnay/thiserror
  • 2a3901c Isolate old rustc version tests from needing anyhow dev-dependencies in lockfile
  • 3ca2cdd Update dev-dependencies to thiserror v2
  • fd03a8e Release 1.0.92
  • a16252b Merge pull request #390 from dtolnay/rawaddr
  • fcf2ef8 Compile &raw test on Rust 1.82+ only
  • 1e7e9fe Parse raw address expression syntax
  • 7d1a8f9 Add test of raw addr expression syntax
  • See full diff in compare view

Updates clap from 4.5.20 to 4.5.21

Release notes

Sourced from clap's releases.

v4.5.21

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Changelog

Sourced from clap's changelog.

[4.5.21] - 2024-11-13

Fixes

  • (parser) Ensure defaults are filled in on error with ignore_errors(true)
Commits
  • 03d7226 chore: Release
  • 3df70fb docs: Update changelog
  • 3266c36 Merge pull request #5691 from epage/custom
  • 951762d feat(complete): Allow any OsString-compatible type to be a CompletionCandidate
  • bb6493e feat(complete): Offer - as a path option
  • 27b348d refactor(complete): Simplify ArgValueCandidates code
  • 49b8108 feat(complete): Add PathCompleter
  • 82a360a feat(complete): Add ArgValueCompleter
  • 47aedc6 fix(complete): Ensure paths are sorted
  • 431e2bc test(complete): Ensure ArgValueCandidates get filtered
  • Additional commits viewable in compare view

Updates mdbook from 0.4.40 to 0.4.43

Release notes

Sourced from mdbook's releases.

v0.4.43

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

v0.4.42

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

v0.4.41

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

Changelog

Sourced from mdbook's changelog.

mdBook 0.4.43

v0.4.42...v0.4.43

Fixed

  • Fixed setting the title in mdbook init when no git user is configured. #2486

Changed

  • The Rust 2024 edition no longer needs -Zunstable-options. #2495

mdBook 0.4.42

v0.4.41...v0.4.42

Fixed

  • Fixed chapter list folding. #2473

mdBook 0.4.41

v0.4.40...v0.4.41

Note: If you have a custom index.hbs theme file, you will need to update it to the latest version.

Added

  • Added preliminary support for Rust 2024 edition. #2398
  • Added a full example of the remove-emphasis preprocessor. #2464

Changed

  • Adjusted styling of clipboard/play icons. #2421
  • Updated to handlebars v6. #2416
  • Attr and section rules now have specific code highlighting. #2448
  • The sidebar is now loaded from a common file, significantly reducing the book size when there are many chapters. #2414
  • Updated dependencies. #2470

Fixed

  • Improved theme support when JavaScript is disabled. #2454

... (truncated)

Commits
  • 74b2c79 Merge pull request #2497 from ehuss/bump-version
  • ed407b0 Update to 0.4.43
  • 6c8020a Merge pull request #2495 from ehuss/stabilize-2024
  • 42f18d1 Stabilize 2024 flag
  • d107843 Merge pull request #2486 from eureka-cpu/eureka-cpu/2485
  • 8f024da fix init --title option failure when git user is not configured
  • 0c580c3 Add regression test for mdbook init title with no git config
  • 9096012 Merge pull request #2478 from rust-lang/ehuss-patch-1
  • aa37f24 Add note about updating index.hbs
  • 3f4f287 Merge pull request #2474 from ehuss/bump-version
  • Additional commits viewable in compare view

Updates serde from 1.0.214 to 1.0.215

Release notes

Sourced from serde's releases.

v1.0.215

  • Produce warning when multiple fields or variants have the same deserialization name (#2855, #2856, #2857)
Commits
  • 8939af4 Release 1.0.215
  • fa5d58c Use ui test syntax that does not interfere with rustfmt
  • 1a3cf4b Update PR 2562 ui tests
  • 7d96352 Merge pull request #2857 from dtolnay/collide
  • 111ecc5 Update ui tests for warning on colliding aliases
  • edd6fe9 Revert "Add checks for conflicts for aliases"
  • a20e924 Revert "pacify clippy"
  • b1353a9 Merge pull request #2856 from dtolnay/dename
  • c59e876 Produce a separate warning for every colliding name
  • 7f1e697 Merge pull request #2855 from dtolnay/namespan
  • Additional commits viewable in compare view

Updates serde_json from 1.0.132 to 1.0.133

Release notes

Sourced from serde_json's releases.

v1.0.133

  • Implement From<[T; N]> for serde_json::Value (#1215)
Commits
  • 0903de4 Release 1.0.133
  • 2b65ca0 Merge pull request #1215 from dtolnay/fromarray
  • 4e5f985 Implement From<[T; N]> for Value
  • 2ccb5b6 Disable question_mark clippy lint in lexical test
  • a11f5f2 Resolve unnecessary_map_or clippy lints
  • 07f280a Wrap PR 1213 to 80 columns
  • 75ed447 Merge pull request #1213 from djmitche/safety-comment
  • 73011c0 Add a safety comment to unsafe block
  • be2198a Prevent upload-artifact step from causing CI failure
  • 7cce517 Raise minimum version for preserve_order feature to Rust 1.65
  • Additional commits viewable in compare view

Updates csv from 1.3.0 to 1.3.1

Commits

Updates tokio from 1.41.0 to 1.41.1

Release notes

Sourced from tokio's releases.

Tokio v1.41.1

1.41.1 (Nov 7th, 2024)

Fixed

  • metrics: fix bug with wrong number of buckets for the histogram (#6957)
  • net: display net requirement for net::UdpSocket in docs (#6938)
  • net: fix typo in TcpStream internal comment (#6944)

#6957: tokio-rs/tokio#6957 #6938: tokio-rs/tokio#6938 #6944: tokio-rs/tokio#6944

Commits
  • bb7ca75 chore: prepare Tokio v1.41.1 (#6959)
  • 4a34b77 metrics: fix bug with wrong number of buckets for the histogram (#6957)
  • 8897885 docs: fix mismatched backticks in CONTRIBUTING.md (#6951)
  • 0dbdd19 ci: update cargo-check-external-types to 0.1.13 (#6949)
  • 94e55c0 net: fix typo in TcpStream internal comment (#6944)
  • 4468f27 metrics: fixed flaky worker_steal_count test (#6932)
  • 070a825 metrics: removed race condition from global_queue_depth_multi_thread test (#6...
  • 946401c net: display net requirement for net::UdpSocket in docs (#6938)
  • 0c01fd2 ci: use patched version of cargo-check-external-types to fix CI failure (#6937)
  • ebe2416 ci: use cargo deny (#6931)
  • See full diff in compare view

Updates url from 2.5.2 to 2.5.4

Release notes

Sourced from url's releases.

v2.5.4

What's Changed

  • Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p (#943)" by @​valenting in servo/rust-url#999
  • Updates the MSRV to 1.63 required though the libc v0.2.164 dependency

Full Changelog: servo/rust-url@v2.5.3...v2.5.4

v2.5.3

What's Changed

New Contributors

Full Changelog: servo/rust-url@v2.5.2...v2.5.3

Commits

Updates mockall from 0.13.0 to 0.13.1

Changelog

Sourced from mockall's changelog.

[ 0.13.1 ] - 2024-11-17

Fixed

  • Suppress warnings about the #[expect] lint, new in Rust 1.81.0, in generated code. (#619)

  • Suppress the #[clippy::ref_option] warning, new in Rust 1.83.0, in generated code. (#618)

  • When mocking functions with a closure argument, but not using #[concretize], include any additional trait bounds in the trait object argument passed to .with and .returning. (#606)

  • Fixed naming conflict when mocking multiple traits with same name but from different modules. (#601)

Commits
  • 62f92cb chore: Release
  • 46747dc Format the CHANGELOG
  • 44d319b Better error message when mocking structs with elided lifetimes (#622)
  • a96a23e Suppress #[expect] attributes in the generated code (#619)
  • dee7bcb Clippy: fix unnecessary_map_or lint (#621)
  • e1ac2e1 Suppress the clippy::ref_option warning in generated code (#618)
  • d5b3b46 Clippy cleanup: needless_lifetimes (#611)
  • 97c31d2 Clippy cleanup (#609)
  • 5394a9b Fix missing_docs lints with the latest nightly (#607)
  • 6c5276e During declosurefy, make sure to include additional trait bounds (#606)
  • Additional commits viewable in compare view

Updates zerocopy from 0.8.8 to 0.8.11

Release notes

Sourced from zerocopy's releases.

v0.8.11

What's Changed

Full Changelog: google/zerocopy@v0.8.10...v0.8.11

v0.8.10

What's Changed

New Contributors

Full Changelog: google/zerocopy@v0.8.9...v0.8.10

v0.8.9

What's Changed

Full Changelog: google/zerocopy@v0.8.8...v0.8.9

Commits

Updates cxx from 1.0.129 to 1.0.133

Release notes

Sourced from cxx's releases.

1.0.133

  • Move cxxbridge-cmd from dependencies to build-dependencies (#1409)

1.0.132

  • Add a matching version of cxxbridge-cmd into any lockfile that contains cxx, to facilitate non-Cargo builds (#1408)

1.0.131

  • Implement std::io::Write for cxx::UniquePtr with a forwarding impl (#1405, thanks @​anforowicz)

1.0.130

  • Make #[cxx::bridge] generated code compatible with Rust 2024 edition crates (#1395)
Commits
  • efdd853 Release 1.0.133
  • 9272381 Merge pull request #1409 from dtolnay/builddep
  • 58cd415 Move cxxbridge-cmd from dependencies to build-dependencies
  • 6362aac Release 1.0.132
  • 53e6b97 Merge pull request #1408 from dtolnay/lock
  • 689bbd1 Disallow incompatible cxxbridge-cmd version appearing in the same lockfile
  • 0d8ed21 Bump Bazel build to rustc 1.83.0
  • 3c5cf5c Release 1.0.131
  • 89a0417 Touch up PR 1405
  • 0fc0797 Merge pull request #1405 from anforowicz/write-trait-blanket-impl-for-unique-ptr
  • Additional commits viewable in compare view

Updates cxx-build from 1.0.129 to 1.0.133

Release notes

Sourced from cxx-build's releases.

1.0.133

  • Move cxxbridge-cmd from dependencies to build-dependencies (#1409)

1.0.132

  • Add a matching version of cxxbridge-cmd into any lockfile that contains cxx, to facilitate non-Cargo builds (#1408)

1.0.131

  • Implement std::io::Write for cxx::UniquePtr with a forwarding impl (#1405, thanks @​anforowicz)

1.0.130

  • Make #[cxx::bridge] generated code compatible with Rust 2024 edition crates (#1395)
Commits
  • efdd853 Release 1.0.133
  • 9272381 Merge pull request #1409 from dtolnay/builddep
  • 58cd415 Move cxxbridge-cmd from dependencies to build-dependencies
  • 6362aac Release 1.0.132
  • 53e6b97 Merge pull request #1408 from dtolnay/lock
  • 689bbd1 Disallow incompatible cxxbridge-cmd version appearing in the same lockfile
  • 0d8ed21 Bump Bazel build to rustc 1.83.0
  • 3c5cf5c Release 1.0.131
  • 89a0417 Touch up PR 1405
  • 0fc0797 Merge pull request #1405 from anforowicz/write-trait-blanket-impl-for-unique-ptr
  • Additional commits viewable in compare view

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 Dec 1, 2024
Bumps the patch group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.91` | `1.0.93` |
| [clap](https://github.com/clap-rs/clap) | `4.5.20` | `4.5.21` |
| [mdbook](https://github.com/rust-lang/mdBook) | `0.4.40` | `0.4.43` |
| [serde](https://github.com/serde-rs/serde) | `1.0.214` | `1.0.215` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.132` | `1.0.133` |
| [csv](https://github.com/BurntSushi/rust-csv) | `1.3.0` | `1.3.1` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.41.0` | `1.41.1` |
| [url](https://github.com/servo/rust-url) | `2.5.2` | `2.5.4` |
| [mockall](https://github.com/asomers/mockall) | `0.13.0` | `0.13.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.8` | `0.8.11` |
| [cxx](https://github.com/dtolnay/cxx) | `1.0.129` | `1.0.133` |
| [cxx-build](https://github.com/dtolnay/cxx) | `1.0.129` | `1.0.133` |



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

Updates `clap` from 4.5.20 to 4.5.21
- [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.20...clap_complete-v4.5.21)

Updates `mdbook` from 0.4.40 to 0.4.43
- [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.40...v0.4.43)

Updates `serde` from 1.0.214 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.214...v1.0.215)

Updates `serde_json` from 1.0.132 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.132...v1.0.133)

Updates `csv` from 1.3.0 to 1.3.1
- [Commits](BurntSushi/rust-csv@1.3.0...1.3.1)

Updates `tokio` from 1.41.0 to 1.41.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.41.0...tokio-1.41.1)

Updates `url` from 2.5.2 to 2.5.4
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.2...v2.5.4)

Updates `mockall` from 0.13.0 to 0.13.1
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.0...v0.13.1)

Updates `zerocopy` from 0.8.8 to 0.8.11
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.8...v0.8.11)

Updates `cxx` from 1.0.129 to 1.0.133
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.129...1.0.133)

Updates `cxx-build` from 1.0.129 to 1.0.133
- [Release notes](https://github.com/dtolnay/cxx/releases)
- [Commits](dtolnay/cxx@1.0.129...1.0.133)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap
  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: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: csv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: mockall
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: zerocopy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cxx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cxx-build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/patch-f5321ddcbd branch from 71ebba1 to 1f5f9c8 Compare December 1, 2024 20:54
@qwandor qwandor merged commit c85816a into main Dec 1, 2024
36 checks passed
@qwandor qwandor deleted the dependabot/cargo/patch-f5321ddcbd branch December 1, 2024 21:05
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