heroku / buildpacks-ruby

Heroku's Cloud Native Buildpack for Ruby applications.
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Bump the rust-dependencies group with 5 updates #247

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the rust-dependencies group with 5 updates:

Package From To
tempfile 3.8.1 3.9.0
thiserror 1.0.50 1.0.53
clap 4.4.10 4.4.12
fancy-regex 0.12.0 0.13.0
filetime 0.2.22 0.2.23

Updates tempfile from 3.8.1 to 3.9.0

Changelog

Sourced from tempfile's changelog.

3.9.0

  • Updates windows-sys to 0.52
  • Updates minimum rustix version to 0.38.25
Commits


Updates thiserror from 1.0.50 to 1.0.53

Release notes

Sourced from thiserror's releases.

1.0.53

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)

1.0.52

  • Fix interaction with RUSTC_BOOTSTRAP (#269)

1.0.51

  • Improve diagnostics when an invalid attribute previously caused thiserror to generate no Error impl (#266)
Commits
  • af28d9c Release 1.0.53
  • c22822c Merge pull request #275 from dtolnay/probers
  • 8722399 Rerun build script on changes to probe.rs
  • 0e280fe Merge pull request #274 from dtolnay/bootstrap
  • f334cfc Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 5fd9537 Update crate name used for build script probe
  • a9b1585 Move ExitStatus::success check into compile_probe()
  • 0f349a4 Remove needless_raw_string_hashes clippy pedantic suppression from build script
  • c1c003f Merge pull request #273 from dtolnay/cargoenvvar
  • 9b7356f Require cargo promised environment variables to be present
  • Additional commits viewable in compare view


Updates clap from 4.4.10 to 4.4.12

Release notes

Sourced from clap's releases.

v4.4.12

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

v4.4.11

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group
Changelog

Sourced from clap's changelog.

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group
Commits
  • 6d601e6 chore: Release
  • 048e7f0 docs: Update changelog
  • 53f5b82 Merge pull request #5267 from vermiculus/sa/avoid-pv-expansion-in-help
  • 05cd057 perf: Avoid retrieving possible_values unless used
  • 2920808 test: Update snapshots
  • 28763eb chore: Release
  • ace7bb5 docs(complete): Update changelog
  • 76beca4 docs(complete): Polish API reference for dynamic
  • 3630e58 Merge pull request #5273 from epage/docsrs
  • 3724b9e docs: Include more content on docs.rs
  • Additional commits viewable in compare view


Updates fancy-regex from 0.12.0 to 0.13.0

Release notes

Sourced from fancy-regex's releases.

0.13.0

Added

  • Support for relative backreferences using \k<-1> (-1 references the previous group) (#121)
  • Add try_replacen to Regex which returns a Result instead of panicking when matching errors (#130)

Changed

  • Switch from regex crate to regex-automata and regex-syntax (lower level APIs) to simplify internals (#121)
  • Allow escaping some letters in character classes, e.g. [\A] used to error but now matches the same as [A] (for compatibility with Oniguruma)
  • MSRV (minimum supported Rust version) is now 1.66.1 (from 1.61.0)

Fixed

  • Fix index out of bounds panic when parsing unclosed (?( (#125)
Changelog

Sourced from fancy-regex's changelog.

[0.13.0] - 2023-12-22

Added

  • Support for relative backreferences using \k<-1> (-1 references the previous group) (#121)
  • Add try_replacen to Regex which returns a Result instead of panicking when matching errors (#130)

Changed

  • Switch from regex crate to regex-automata and regex-syntax (lower level APIs) to simplify internals (#121)
  • Allow escaping some letters in character classes, e.g. [\A] used to error but now matches the same as [A] (for compatibility with Oniguruma)
  • MSRV (minimum supported Rust version) is now 1.66.1 (from 1.61.0)

Fixed

  • Fix index out of bounds panic when parsing unclosed (?( (#125)
Commits
  • bf2c807 Version 0.13.0
  • 7b4ad11 Merge pull request #129 from fancy-regex/changelog-0.13
  • 8d8ea4f Document how to check matching in Oniguruma
  • 1fab2c7 Add character class escaping change
  • 2d63395 Add try_replacen
  • 6deb4fc Prepare CHANGELOG for next release
  • c0e701f Merge pull request #130 from kevinhu/try_replacen
  • 55f6549 Add try_replacen
  • 8ab3a44 Merge branch 'fancy-regex:main' into main
  • 494cd93 Merge pull request #126 from robertknight/patch-1
  • Additional commits viewable in compare view


Updates filetime from 0.2.22 to 0.2.23

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