nelsonjchen / github-wiki-see-rs

🔎 Did you know most GitHub Wikis can't index on search engines? Search Engine Enablement for GitHub Wikis service. 400,000+ GitHub Wikis, now indexable by your favorite search engine.
https://github-wiki-see.page
MIT License
102 stars 18 forks source link

Bump the patch-dependencies group with 22 updates #529

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the patch-dependencies group with 22 updates:

Package From To
regex 1.10.3 1.10.4
aho-corasick 1.1.2 1.1.3
async-trait 0.1.77 0.1.79
backtrace 0.3.69 0.3.71
cookie 0.18.0 0.18.1
fastrand 2.0.1 2.0.2
figment 0.10.14 0.10.15
indexmap 2.2.5 2.2.6
memchr 2.7.1 2.7.2
new_debug_unreachable 1.0.4 1.0.6
openssl-sys 0.9.101 0.9.102
pear 0.2.8 0.2.9
pear_codegen 0.2.8 0.2.9
pin-project-lite 0.2.13 0.2.14
plist 1.6.0 1.6.1
rustix 0.38.31 0.38.32
serde_json 1.0.114 1.0.115
smallvec 1.13.1 1.13.2
tokio-stream 0.1.14 0.1.15
toml 0.8.11 0.8.12
toml_edit 0.22.7 0.22.9
yansi 1.0.0-rc.1 1.0.1

Updates regex from 1.10.3 to 1.10.4

Commits
  • aa2d8bd 1.10.4
  • 088d7f3 api: add Cow guarantee to replace API
  • a5ae351 regex-automata-0.4.6
  • 9cf4a42 automata: fix bug where reverse NFA lacked an unanchored prefix
  • 10fe722 style: clean up some recent lint violations
  • d7f9347 regex-automata-0.4.5
  • 07ef7f1 automata: make additional prefileter metadata public
  • See full diff in compare view


Updates aho-corasick from 1.1.2 to 1.1.3

Commits


Updates async-trait from 0.1.77 to 0.1.79

Release notes

Sourced from async-trait's releases.

0.1.79

  • Clean up some dead code

0.1.78

  • Prevent unused_qualifications lint being triggered in generated code in nightly-2024-03-05 and up (#260)
Commits
  • 1eb21ed Release 0.1.79
  • 82cb95c Resolve unused field of ReplaceSelf syntax tree visitor
  • cd8286b Update ui test suite to nightly-2024-03-22
  • c73061d Release 0.1.78
  • b6314bc Refactor inferred bound filtering
  • 8d51928 Merge pull request #262 from dtolnay/asyncspan
  • c98a408 Minimize use of async token's span in expanded code
  • 2f5343c Merge pull request #261 from dtolnay/inferredbound
  • 1a01bb4 Skip needlessly generating inferred bounds during ?Send
  • e68d68c Merge pull request #260 from dtolnay/qualifications
  • Additional commits viewable in compare view


Updates backtrace from 0.3.69 to 0.3.71

Release notes

Sourced from backtrace's releases.

0.3.71

This is mostly CI changes, with a very mild bump to our effective cc crate version recorded, and a small modification to a previous changeset to allow backtrace to run at its current checked-in MSRV on Windows. Sorry about that! We will be getting 0.3.70 yanked shortly.

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/backtrace-rs/compare/0.3.70...0.3.71

0.3.70

New API

Platform Support

We added support for new platforms in this release!

Windows

SGX

Thanks to

Internals

We did a bunch more work on our CI and internal cleanups

... (truncated)

Commits


Updates cookie from 0.18.0 to 0.18.1

Changelog

Sourced from cookie's changelog.

Version 0.18.1 (Mar 25, 2024)

New Features

  • Added support for the draft Partitioned attribute.

    The new CookieBuilder::partition(), Cookie::partitioned(), and Cookie::set_partitioned() methods allow enabling and/or disabling the attribute. Additionally, the attribute is recognized during parsing.

  • Added CookieBuilder::removal(), counterpart to Cookie::make_removal().

Commits


Updates fastrand from 2.0.1 to 2.0.2

Release notes

Sourced from fastrand's releases.

v2.0.2

  • Slight restructuring of the with_seed function. (#79)
Changelog

Sourced from fastrand's changelog.

Version 2.0.2

  • Slight restructuring of the with_seed function. (#79)
Commits


Updates figment from 0.10.14 to 0.10.15

Commits
  • 6253b25 New version: 0.10.15.
  • 0ae4eaa Move jail utils to 'jail' module.
  • 3a063a2 Add 'Jail::create_binary()' method.
  • 70a105f Document and test 'Data::file_exact()'.
  • e7c9c35 Add 'Data::file_exact()': search-less file source.
  • See full diff in compare view


Updates indexmap from 2.2.5 to 2.2.6

Changelog

Sourced from indexmap's changelog.

2.2.6

  • Added trait MutableValues for opt-in mutable access to set values.
Commits


Updates memchr from 2.7.1 to 2.7.2

Commits
  • 20ef11f 2.7.2
  • 1e4b8a8 wasm32: require 'simd128' to be enabled at compile time
  • e02697b ci: bump actions/checkout to v4
  • b12ad6d ci: reintroduce x86-64 test for non-SSE environment
  • 21def52 style: fix dead_code lint
  • 14823b4 ci: remove x86-64 test for non-SSE environment
  • e1c10c5 benchmarks: add stringzilla to appropriate definitions
  • 328df56 benchmarks: add 'stringzilla'
  • cedf318 benchmarks: add measurements for memchr 2.7 on aarch64
  • d419718 benchmarks: add measurements for memchr 2.7 on x86-64
  • Additional commits viewable in compare view


Updates new_debug_unreachable from 1.0.4 to 1.0.6

Commits


Updates openssl-sys from 0.9.101 to 0.9.102

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.102

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101...openssl-sys-v0.9.102

Commits


Updates pear from 0.2.8 to 0.2.9

Commits


Updates pear_codegen from 0.2.8 to 0.2.9

Commits


Updates pin-project-lite from 0.2.13 to 0.2.14

Release notes

Sourced from pin-project-lite's releases.

0.2.14

Changelog

Sourced from pin-project-lite's changelog.

[0.2.14] - 2024-03-29

Commits
  • c55cf7b Release 0.2.14
  • a84a49b Update changelog
  • 0d11263 Document PinnedDrop (#83)
  • 1ec31c8 Update comments in .rustfmt.toml
  • ae4f2d7 Fix clippy::mixed_attributes_style warning
  • c12376d ci: Use taiki-e/checkout-action action
  • 7334cd9 Ignore more lints at workspace level
  • cf96a13 tidy: Use yq via venv
  • d1d862e tidy: Check TOML format
  • 170c158 Revert "Revert "Revert "Disable dependabot update for Github Actions"""
  • Additional commits viewable in compare view


Updates plist from 1.6.0 to 1.6.1

Commits


Updates rustix from 0.38.31 to 0.38.32

Commits


Updates serde_json from 1.0.114 to 1.0.115

Release notes

Sourced from serde_json's releases.

v1.0.115

  • Documentation improvements
Commits
  • b1ebf38 Release 1.0.115
  • c3dc153 Merge pull request #1119 from titaniumtraveler/pr
  • 218770b Explicitly install a Rust toolchain for cargo-outdated job
  • 840da8e Fix missing backticks in doc comments
  • 3a3f61b Temporarily disable miri on doctests
  • 4a0be88 Format regression tests with rustfmt
  • d2dbbf7 Ignore dead code lint in tests
  • 8e7b37b Merge pull request #1118 from serde-rs/transparent
  • a25f6c6 Remove conditional on repr(transparent)
  • fedf834 Ignore non_local_definitions false positive in test
  • See full diff in compare view


Updates smallvec from 1.13.1 to 1.13.2

Release notes

Sourced from smallvec's releases.

v1.13.2

What's Changed

Full Changelog: https://github.com/servo/rust-smallvec/compare/v1.13.1...v1.13.2

Commits


Updates tokio-stream from 0.1.14 to 0.1.15

Commits


Updates toml from 0.8.11 to 0.8.12

Commits
  • 3a777b3 chore: Release
  • 7979905 docs: Update changelog
  • 487768d Merge pull request #703 from epage/overflow
  • 6987f77 chore(ci): Run with default opt-level
  • 21f545d fix(parser): Don't stackoverflow on opt-level=0
  • af1f97d refactor(parser): Pull recursion limit out to variable
  • See full diff in compare view


Updates toml_edit from 0.22.7 to 0.22.9

Commits
  • bb92dc3 chore: Release
  • 85713ec docs: Update changelog
  • 2dc02c0 Merge pull request #704 from epage/span
  • ddb5bf0 feat(edit): Make it easier to access spans
  • 3a777b3 chore: Release
  • 7979905 docs: Update changelog
  • 487768d Merge pull request #703 from epage/overflow
  • 6987f77 chore(ci): Run with default opt-level
  • 21f545d fix(parser): Don't stackoverflow on opt-level=0
  • af1f97d refactor(parser): Pull recursion limit out to variable
  • See full diff in compare view


Updates yansi from 1.0.0-rc.1 to 1.0.1

Release notes

Sourced from yansi's releases.

v1.0.0

Version 1.0.0 of yansi is now available.

For most users, upgrading will consist largely of changing calls of the form Paint::foo(value) to value.foo():

- use yansi::{Paint, Color};
+ use yansi::Paint;

println!("Testing, {}, {}, {}!",

  • Paint::red(1),
  • 1.red(),
  • Paint::green(2).bold().underline(),
  • 2.green().bold().underline(),
  • Paint::blue("3").bg(Color::White).italic());
  • "3".blue().on_white().italic());

Please see the rustdocs for complete documentation.

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 6 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.