google / comprehensive-rust

This is the Rust course used by the Android team at Google. It provides you the material to quickly teach Rust.
https://google.github.io/comprehensive-rust/
Apache License 2.0
28.01k stars 1.67k forks source link

cargo: bump the minor group with 4 updates #2387

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the minor group with 4 updates: regex, buddy_system_allocator, tempfile and tokio-websockets.

Updates regex from 1.10.6 to 1.11.0

Changelog

Sourced from regex's changelog.

1.11.0 (2024-09-29)

This is a new minor release of regex that brings in an update to the Unicode Character Database. Specifically, this updates the Unicode data used by regex internally to the version 16 release.

New features:

Commits


Updates buddy_system_allocator from 0.10.0 to 0.11.0

Commits
  • 57b8ab4 Releasse v0.11.0
  • a9e1a04 Merge pull request #35 from bigsaltyfishes/master
  • 95ed662 Split into smaller blocks if the order of block size is larger than max order
  • 95e5d6c Merge pull request #34 from Dr-TSNG/master
  • eea4d1c Make FrameAllocator::new const
  • See full diff in compare view


Updates tempfile from 3.12.0 to 3.13.0

Changelog

Sourced from tempfile's changelog.

3.13.0

  • Add with_suffix constructors for easily creating new temporary files with a specific suffix (e.g., a specific file extension). Thanks to @​Borgerr.
  • Update dependencies (fastrand & rustix).
Commits


Updates tokio-websockets from 0.9.0 to 0.10.1

Changelog

Sourced from tokio-websockets's changelog.

[0.10.1] - 2024-09-13

Added

  • The new rustls-bring-your-own-connector feature allows for creating a Connector::Rustls instance without pulling in any other certificate roots
  • The sink flush threshold is now configurable via Config::flush_threshold

Changed

  • Config::frame_size now panics when the frame size is set to 0
  • Reduced the number of allocations which was caused by a misunderstanding of BytesMut::reserve internals, improving throughput by up to 30%
  • The number of pending bytes to be written is no longer calculated in a potentially expensive loop in poll_ready, but rather tracked as messages are queued

Fixed

  • Fixed a case of possible UB in the UTF-8 validator discovered by the new fuzzer (@​finnbear)
  • The UTF-8 validator now uses the faster validation for partial codepoints as intended, earlier this was only the case if the number of bytes available matched the number expected

[0.10.0] - 2024-09-04

Added

  • Error::NoNativeRootCertificatesFound was added and is returned in TlsConnector::new if no native root certificates were found and the rustls-webpki-roots feature is not enabled

Changed

  • If no crypto provider is specified via crate features, tokio-websockets will now try to use the installed default provider in rustls
  • TlsConnector::new is now always available
  • [breaking] Error::NoTlsConnectorConfigured was removed and replaced by Error::NoCryptoProviderConfigured
  • rustls-native-certs was updated to 0.8

Fixed

  • Fixed an issue where connecting to an IPv6 address would fail
  • Specify the actual minimum version required of rustls-platform-verifier
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