chore(deps): update all dependencies #38

Open
kjuulh wants to merge 1 commits from renovate/all into main
Owner

This PR contains the following updates:

Package Type Update Change
anyhow workspace.dependencies patch 1.0.86 -> 1.0.93
caddy minor 2.7 -> 2.9
clap workspace.dependencies patch 4.5.8 -> 4.5.21
git-cliff-core workspace.dependencies minor 2.4.0 -> 2.7.0
parse-changelog workspace.dependencies patch 0.6.8 -> 0.6.10
pretty_assertions workspace.dependencies patch 1.4.0 -> 1.4.1
regex workspace.dependencies minor 1.10.5 -> 1.11.1
reqwest workspace.dependencies patch 0.12.5 -> 0.12.9
toml_edit workspace.dependencies patch 0.22.14 -> 0.22.22
url workspace.dependencies patch 2.5.2 -> 2.5.3
yaml-rust2 workspace.dependencies minor 0.8.0 -> 0.9.0

Release Notes

dtolnay/anyhow (anyhow)

v1.0.93

Compare Source

  • Update dev-dependencies to thiserror v2

v1.0.92

Compare Source

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#​390)

v1.0.91

Compare Source

  • Ensure OUT_DIR is left with deterministic contents after build script execution (#​388)

v1.0.90

Compare Source

  • Documentation improvements

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)
clap-rs/clap (clap)

v4.5.21

Compare Source

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

v4.5.20

Compare Source

Features
  • (unstable) Add CommandExt

v4.5.19

Compare Source

Internal
  • Update dependencies

v4.5.18

Compare Source

Features
  • (builder) Expose Arg::get_display_order and Command::get_display_order

v4.5.17

Compare Source

Fixes
  • (help) Style required argument groups
  • (derive) Improve error messages when unsupported fields are used

v4.5.16

Compare Source

Fixes
  • (derive) Improve error messages when derive feature is missing

v4.5.15

Compare Source

Compatiblity
  • (unstable-ext) Arg::remove changed return types
Fixes
  • (unstable-ext) Make Arg::remove return the removed item

v4.5.14

Compare Source

Features
  • (unstable-ext) Added Arg::add for attaching arbitrary state, like completion hints, to Arg without Arg knowing about it

v4.5.13

Compare Source

Fixes
  • (derive) Improve error message when #[flatten]ing an optional #[group(skip)]
  • (help) Properly wrap long subcommand descriptions in help

v4.5.12

Compare Source

v4.5.11

Compare Source

v4.5.10

Compare Source

v4.5.9

Compare Source

Fixes
  • (error) When defining a custom help flag, be sure to suggest it like we do the built-in one
orhun/git-cliff (git-cliff-core)

v2.7.0

Compare Source

⛰️ Features
🐛 Bug Fixes
📚 Documentation
  • (git) Improve docs for commit_preprocessors and commit_parsers (#​928) - (c1f1215)
  • (readme) Add blog post about git-cliff - (82b10ac)
  • (website) Add highlights for 2.7.0 (#​955) - (b6b5449)
  • (website) Add more testimonials - (bfe9beb)
  • (website) Update sourcehut (#​894) - (bcc32ca)
Performance
🧪 Testing
⚙️ Miscellaneous Tasks
  • (config) Add the 'other' parser to the default config - (12cb1df)
  • (docker) Upgrade Rust and libc version in Dockerfile - (8bd0607)
  • (docker) Bump the Rust version in Docker image - (c28121c)
  • (integration) Remove experimental feature disclaimer - (237c327)
  • (log) Add trace log about which command is being run - (a9b2690)
  • (nix) Update flakes - (7654e67)
  • (website) Add new testimonials - (0c207d6)
◀️ Revert
  • (docker) Bump the Rust version in Docker image - (fc142e4)

v2.6.1

Compare Source

🐛 Bug Fixes
  • (npm) Add missing --use-branch-tags flag to TS options (#​874) - (e21fb1d)
  • (remote) Avoid setting multiple remotes (#​885) - (a344c68)
📚 Documentation
  • (website) Add conversion to pdf to tips-and-tricks (#​889) - (58dc108)
  • (website) Add get_env filter example for GitLab CI - (dfe4459)
⚙️ Miscellaneous Tasks

v2.6.0

Compare Source

⛰️ Features
  • (changelog) Support generating changelog for different branches (#​808) - (2a581a8)
  • (config) Add changelog.render_always option (#​859) - (ad039d5)
  • (config) Allow configuring output file from config (#​829) - (c2db791)
  • (core) Add remote to commit and deprecate fields (#​822) - (87e2c1d)
  • (npm) Add missing options and document all options with tsdoc comments - (2eae2f1)
  • (npm) Add possibility for skipCommit to take an array of values - (a6e3b78)
🐛 Bug Fixes
  • (args) Support using use_branch_tags from both config and args (#​848) - (35b7fd8)
  • (bump) Suppress template warning when --bumped-version is used (#​855) - (8bebbf9)
  • (changelog) Do not change the tag date if tag already exists (#​861) - (fbb643b)
  • (changelog) Correctly set the tag message for the latest release (#​854) - (e41e8dd)
  • (changelog) Don't change the context when provided via --from-context (#​820) - (ff72406)
  • (commit) Trim the trailing newline for git2 commits (#​872) - (1cdbbf6)
  • (core) Avoid the unnecessary loop when no remote feature is activated - (1d8a2fe)
  • (template) Resolve parsing issues with raw/endraw in Jinja (#​824) - (63bf5b7)
🚜 Refactor
  • (template) [breaking] Add name parameter to the constructor - (e577113)
📚 Documentation
  • (args) Fix copy-paste mistake where gitea mentioned gitlab - (c41eacb)
  • (contributing) Mention fetching the tags for running tests successfully (#​850) - (a82dac3)
  • (website) Add highlights for 2.6.0 (#​873) - (050fb55)
  • (website) Clarify comment about tag argument - (e56cd8d)
⚙️ Miscellaneous Tasks

v2.5.0

Compare Source

⛰️ Features
  • (args) Allow GitLab groups with --gitlab-repo (#​807) - (6fbfdb5)
  • (bump) Support bumping to a specific semver type (#​744) - (9dbf47b)
  • (changelog) Support count_tags option (#​599) - (b8045e9)
  • (changelog) Skip ssh and x509 signatures in tag messages (#​748) - (ecbabbf)
  • (cli) Generate changelog from JSON context (#​784) - (3b6156d)
  • (parser) Allow whole commit context to be used in commit parsers (#​758) - (ccf2ab7)
  • (profiler) Support performance profiling via pprof (#​768) - (35dc1e4)
  • (remote) Activate integration if remote is set manually (#​782) - (4b33e7e)
🐛 Bug Fixes
  • (changelog) Allow using --bumped-version without conventional commits (#​806) - (e74080c)
  • (config) Allow using environment variables without config file present (#​783) - (2471745)
  • (fixture) Fix fetching repository for gitlab integration test - (72847c6)
  • (gitlab) URL-encode the owner in remote requests for GitLab (#​742) - (e3e7c07)
  • (template) Include for-loop arguments in template variables (#​812) - (9a6430b)
🚜 Refactor
  • (config) Make example templates more user-friendly - (6f8ea19)
  • (gitlab) Clean up url encoding for GitLab - (c791418)
  • (lib) Clean up some code (#​709) - (4b0c0eb)
📚 Documentation
  • (config) Fix typo in comment of default config file (#​776) - (e2fb043)
  • (readme) Remove underscored spaces between badges (#​809) - (1956c83)
  • (readme) Add git-changelog to similar projects section (#​774) - (c208a97)
  • (readme) Add KaiCode Open Source Festival link - (58b729c)
  • (website) Add highlights for 2.5.0 (#​815) - (49df8cb)
  • (website) Clarify authentication with GitHub token (#​787) - (85bfa95)
  • (website) Correct inverted consequences of configuration value (#​760) - (dc144dd)
  • (website) Add header to 2.4.0 blog post - (227a307)
Performance
  • (changelog) Cache commit retain checks (258 times faster generation) (#​772) - (8430c5c)
⚙️ Miscellaneous Tasks
  • (cd) Remove unnecessary git-cliff-action output file (#​738) - (9f39bcb)
  • (config) Include new contributors in repository changelog - (5474978)
  • (config) Check for null commit_id in detailed template (#​786) - (388b007)
  • (config) Fix comment for changelog header template - (35b886e)
  • (config) Update keepachangelog.toml comment (#​779) - (f9e500e)
  • (website) Remove v2 announcement - (a71649b)
  • (website) Add discord button to navbar - (565b9c8)
taiki-e/parse-changelog (parse-changelog)

v0.6.10

Compare Source

  • Relax minimal version of serde (supported via optional feature) to 1.0.0.

v0.6.9

Compare Source

  • Performance improvements. (#​37)

  • Remove dependency on serde_derive (previously used in serde feature and CLI).

  • Documentation improvements.

CLI
  • Distribute prebuilt binaries for x86_64 FreeBSD and illumos.

  • Diagnostic improvements.

  • Disable quick-install fallback of cargo-binstall.

rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)

v1.4.1

Compare Source

Fixed

Internal

rust-lang/regex (regex)

v1.11.1

Compare Source

===================
This is a new patch release of regex that fixes compilation on nightly
Rust when the unstable pattern crate feature is enabled. Users on nightly
Rust without this feature enabled are unaffected.

Bug fixes:

  • BUG #​1231:
    Fix the Pattern trait implementation as a result of nightly API breakage.

v1.11.0

Compare Source

===================
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:

v1.10.6

Compare Source

===================
This is a new patch release with a fix for the unstable crate feature that
enables std::str::Pattern trait integration.

Bug fixes:

  • BUG #​1219:
    Fix the Pattern trait implementation as a result of nightly API breakage.
seanmonstar/reqwest (reqwest)

v0.12.9

Compare Source

  • Add tls::CertificateRevocationLists support.
  • Add crate features to enable webpki roots without selecting a rustls provider.
  • Fix connection_verbose() to output read logs.
  • Fix multipart::Part::file() to automatically include content-length.
  • Fix proxy to internally no longer cache system proxy settings.

v0.12.8

Compare Source

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.

v0.12.7

Compare Source

  • Revert adding impl Service<http::Request<_>> for Client.

v0.12.6

Compare Source

  • Add support for danger_accept_invalid_hostnames for rustls.
  • Add impl Service<http::Request<Body>> for Client and &'_ Client.
  • Add support for !Sync bodies in Body::wrap_stream().
  • Enable happy eyeballs when hickory-dns is used.
  • Fix Proxy so that HTTP(S)_PROXY values take precendence over ALL_PROXY.
  • Fix blocking::RequestBuilder::header() from unsetting sensitive on passed header values.
toml-rs/toml (toml_edit)

v0.22.22

Compare Source

v0.22.21

Compare Source

v0.22.20

Compare Source

v0.22.19

Compare Source

v0.22.18

Compare Source

v0.22.17

Compare Source

v0.22.16

Compare Source

v0.22.15

Compare Source

servo/rust-url (url)

v2.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3

Ethiraric/yaml-rust2 (yaml-rust2)

v0.9.0

Compare Source

Breaking Changes

  • Update dependencies.
    Since hashlink is exposed (through Yaml::Hash) and has been updated from
    0.8.4 to 0.9.1, the new version of yaml-rust2 will not link properly if you
    explicitly rely on hashlink v0.8.
    Existing code with v0.8.4 should still compile fine in v0.9.1 (see
    hashlink's v0.9.0
    changelog
    ).

Bug fixes

  • (#​37)
    Parse empty scalars as "" instead of "~".

Features

  • Add Yaml::is_hash.
  • Add better doccomments to the Index and IntoIterator implementations for
    Yaml to better explain their quirks and design decisions.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anyhow](https://github.com/dtolnay/anyhow) | workspace.dependencies | patch | `1.0.86` -> `1.0.93` | | caddy | | minor | `2.7` -> `2.9` | | [clap](https://github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.8` -> `4.5.21` | | [git-cliff-core](https://github.com/orhun/git-cliff) | workspace.dependencies | minor | `2.4.0` -> `2.7.0` | | [parse-changelog](https://github.com/taiki-e/parse-changelog) | workspace.dependencies | patch | `0.6.8` -> `0.6.10` | | [pretty_assertions](https://github.com/rust-pretty-assertions/rust-pretty-assertions) | workspace.dependencies | patch | `1.4.0` -> `1.4.1` | | [regex](https://github.com/rust-lang/regex) | workspace.dependencies | minor | `1.10.5` -> `1.11.1` | | [reqwest](https://github.com/seanmonstar/reqwest) | workspace.dependencies | patch | `0.12.5` -> `0.12.9` | | [toml_edit](https://github.com/toml-rs/toml) | workspace.dependencies | patch | `0.22.14` -> `0.22.22` | | [url](https://github.com/servo/rust-url) | workspace.dependencies | patch | `2.5.2` -> `2.5.3` | | [yaml-rust2](https://github.com/Ethiraric/yaml-rust2) | workspace.dependencies | minor | `0.8.0` -> `0.9.0` | --- ### Release Notes <details> <summary>dtolnay/anyhow (anyhow)</summary> ### [`v1.0.93`](https://github.com/dtolnay/anyhow/releases/tag/1.0.93) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93) - Update dev-dependencies to `thiserror` v2 ### [`v1.0.92`](https://github.com/dtolnay/anyhow/releases/tag/1.0.92) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.91...1.0.92) - Support Rust 1.82's `&raw const` and `&raw mut` syntax inside `ensure!` ([#&#8203;390](https://github.com/dtolnay/anyhow/issues/390)) ### [`v1.0.91`](https://github.com/dtolnay/anyhow/releases/tag/1.0.91) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.90...1.0.91) - Ensure OUT_DIR is left with deterministic contents after build script execution ([#&#8203;388](https://github.com/dtolnay/anyhow/issues/388)) ### [`v1.0.90`](https://github.com/dtolnay/anyhow/releases/tag/1.0.90) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.90) - Documentation improvements ### [`v1.0.89`](https://github.com/dtolnay/anyhow/releases/tag/1.0.89) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.88...1.0.89) - Make anyhow::Error's `UnwindSafe` and `RefUnwindSafe` impl consistently available between versions of Rust newer and older than 1.72 ([#&#8203;386](https://github.com/dtolnay/anyhow/issues/386)) ### [`v1.0.88`](https://github.com/dtolnay/anyhow/releases/tag/1.0.88) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.88) - Documentation improvements ### [`v1.0.87`](https://github.com/dtolnay/anyhow/releases/tag/1.0.87) [Compare Source](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.87) - Support more APIs, including `Error::new` and `Error::chain`, in no-std mode on Rust 1.81+ ([#&#8203;383](https://github.com/dtolnay/anyhow/issues/383)) </details> <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.21`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4521---2024-11-13) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.20...v4.5.21) ##### Fixes - *(parser)* Ensure defaults are filled in on error with `ignore_errors(true)` ### [`v4.5.20`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4520---2024-10-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.19...v4.5.20) ##### Features - *(unstable)* Add `CommandExt` ### [`v4.5.19`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4519---2024-10-01) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.18...v4.5.19) ##### Internal - Update dependencies ### [`v4.5.18`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4518---2024-09-20) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18) ##### Features - *(builder)* Expose `Arg::get_display_order` and `Command::get_display_order` ### [`v4.5.17`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4517---2024-09-04) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.16...v4.5.17) ##### Fixes - *(help)* Style required argument groups - *(derive)* Improve error messages when unsupported fields are used ### [`v4.5.16`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4516---2024-08-15) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.15...v4.5.16) ##### Fixes - *(derive)* Improve error messages when `derive` feature is missing ### [`v4.5.15`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4515---2024-08-10) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.14...v4.5.15) ##### Compatiblity - *(unstable-ext)* `Arg::remove` changed return types ##### Fixes - *(unstable-ext)* Make `Arg::remove` return the removed item ### [`v4.5.14`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4514---2024-08-08) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.14) ##### Features - *(unstable-ext)* Added `Arg::add` for attaching arbitrary state, like completion hints, to `Arg` without `Arg` knowing about it ### [`v4.5.13`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4513---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.12...v4.5.13) ##### Fixes - *(derive)* Improve error message when `#[flatten]`ing an optional `#[group(skip)]` - *(help)* Properly wrap long subcommand descriptions in help ### [`v4.5.12`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4512---2024-07-31) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.11...v4.5.12) ### [`v4.5.11`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4511---2024-07-25) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.10...v4.5.11) ### [`v4.5.10`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4510---2024-07-23) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.9...v4.5.10) ### [`v4.5.9`](https://github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#459---2024-07-09) [Compare Source](https://github.com/clap-rs/clap/compare/v4.5.8...v4.5.9) ##### Fixes - *(error)* When defining a custom help flag, be sure to suggest it like we do the built-in one </details> <details> <summary>orhun/git-cliff (git-cliff-core)</summary> ### [`v2.7.0`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#270---2024-11-20) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.6.1...v2.7.0) ##### ⛰️ Features - *(args)* Add color to the help text ([#&#8203;897](https://github.com/orhun/git-cliff/issues/897)) - ([f423484](https://github.com/orhun/git-cliff/commit/f4234844bf66da3de8d5d6e1d6fd7a414d2e059a)) - *(ci)* Add Nix CI ([#&#8203;939](https://github.com/orhun/git-cliff/issues/939)) - ([d0848ff](https://github.com/orhun/git-cliff/commit/d0848ff04099a287157fbd22935f870e0636139d)) - *(config)* Allow overriding the remote API URL via config ([#&#8203;896](https://github.com/orhun/git-cliff/issues/896)) - ([6d86e2c](https://github.com/orhun/git-cliff/commit/6d86e2c9426f7f68207c2ea389629e67eca54277)) - *(docker)* Build arm64 images again ([#&#8203;879](https://github.com/orhun/git-cliff/issues/879)) ([#&#8203;919](https://github.com/orhun/git-cliff/issues/919)) - ([84771f6](https://github.com/orhun/git-cliff/commit/84771f63d04bafec8023a7e9fd4694da6e4d9a25)) - *(jujutsu)* Add jujustu support ([#&#8203;930](https://github.com/orhun/git-cliff/issues/930)) - ([ab95626](https://github.com/orhun/git-cliff/commit/ab956263945798ec07214a5234ba6fafa8171ff7)) - *(nix)* Add a basic Nix environment ([#&#8203;918](https://github.com/orhun/git-cliff/issues/918)) - ([6b17736](https://github.com/orhun/git-cliff/commit/6b1773685f09a5e091b10f709b3a4f63b63c47b9)) - *(website)* Add user testimonials ([#&#8203;895](https://github.com/orhun/git-cliff/issues/895)) - ([ef2374c](https://github.com/orhun/git-cliff/commit/ef2374cab17e896b38b12bfe7d6b011f45e9f840)) ##### 🐛 Bug Fixes - *(bitbucket)* Match PR and release metadata correctly ([#&#8203;907](https://github.com/orhun/git-cliff/issues/907)) - ([e936ed5](https://github.com/orhun/git-cliff/commit/e936ed571533ea6c41a1dd2b1a29d085c8dbada5)) - *(changelog)* Fix missing commit fields in context ([#&#8203;837](https://github.com/orhun/git-cliff/issues/837)) ([#&#8203;920](https://github.com/orhun/git-cliff/issues/920)) - ([f8641ee](https://github.com/orhun/git-cliff/commit/f8641ee8f75da74637ab1f0d3d7c11bfcda8acf9)) - *(changelog)* Include the root commit when `--latest` is used with one tag ([#&#8203;901](https://github.com/orhun/git-cliff/issues/901)) - ([508a97e](https://github.com/orhun/git-cliff/commit/508a97edb088f77d01f232676d1e3c7f129071b2)) - *(remote)* Preserve first time contributors ([#&#8203;925](https://github.com/orhun/git-cliff/issues/925)) - ([99b78b5](https://github.com/orhun/git-cliff/commit/99b78b52f2d81484fa4e5ea7a66de6e9bea2b3df)) ##### 📚 Documentation - *(git)* Improve docs for commit_preprocessors and commit_parsers ([#&#8203;928](https://github.com/orhun/git-cliff/issues/928)) - ([c1f1215](https://github.com/orhun/git-cliff/commit/c1f12154e7efa75f19ce632dc3052dae390c9211)) - *(readme)* Add blog post about git-cliff - ([82b10ac](https://github.com/orhun/git-cliff/commit/82b10ac22c657113f8f7f215bdc1bee68ebe1e55)) - *(website)* Add highlights for 2.7.0 ([#&#8203;955](https://github.com/orhun/git-cliff/issues/955)) - ([b6b5449](https://github.com/orhun/git-cliff/commit/b6b544949d7763056fb87686f533ed814395f253)) - *(website)* Add more testimonials - ([bfe9beb](https://github.com/orhun/git-cliff/commit/bfe9beb093df42badf762945cf04548fbe75949a)) - *(website)* Update sourcehut ([#&#8203;894](https://github.com/orhun/git-cliff/issues/894)) - ([bcc32ca](https://github.com/orhun/git-cliff/commit/bcc32ca5d1cc157902e04018655c5445237d1407)) ##### ⚡ Performance - *(test)* Don't create regex inside a loop ([#&#8203;937](https://github.com/orhun/git-cliff/issues/937)) - ([0fabf22](https://github.com/orhun/git-cliff/commit/0fabf22c526e1d4b8cb7c718dd0a5d0af99950f8)) ##### 🧪 Testing - *(git)* Find upstream remote when using ssh ([#&#8203;926](https://github.com/orhun/git-cliff/issues/926)) - ([2e65a72](https://github.com/orhun/git-cliff/commit/2e65a72bb044bad94f2568c491e4907f92331a56)) - *(repo)* Expand unit tests of the repo module ([#&#8203;909](https://github.com/orhun/git-cliff/issues/909)) - ([da1cb61](https://github.com/orhun/git-cliff/commit/da1cb61c9147631c9a2ba6598e3105132b41c2c3)) ##### ⚙️ Miscellaneous Tasks - *(config)* Add the 'other' parser to the default config - ([12cb1df](https://github.com/orhun/git-cliff/commit/12cb1df561cde39a9a0d0f719156a000f3f4d61b)) - *(docker)* Upgrade Rust and libc version in Dockerfile - ([8bd0607](https://github.com/orhun/git-cliff/commit/8bd0607e231e219f9b60eb4c7f0d8353ef4462e0)) - *(docker)* Bump the Rust version in Docker image - ([c28121c](https://github.com/orhun/git-cliff/commit/c28121c1aa427c3169df218a9803d838172f7c24)) - *(integration)* Remove experimental feature disclaimer - ([237c327](https://github.com/orhun/git-cliff/commit/237c327839aa12672abe4255a62ce3c85737bd2c)) - *(log)* Add trace log about which command is being run - ([a9b2690](https://github.com/orhun/git-cliff/commit/a9b26901e38aa3d3b1042d3bc10d2fe7c6c06565)) - *(nix)* Update flakes - ([7654e67](https://github.com/orhun/git-cliff/commit/7654e67d971b795e238220dfabe894b2a1b23992)) - *(website)* Add new testimonials - ([0c207d6](https://github.com/orhun/git-cliff/commit/0c207d606e5a65b4dca3287f2aa2b3c6d624f83d)) ##### ◀️ Revert - *(docker)* Bump the Rust version in Docker image - ([fc142e4](https://github.com/orhun/git-cliff/commit/fc142e4b9d4b5b54bc8a0fca6e336345951c9c7b)) ### [`v2.6.1`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#261---2024-09-27) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.6.0...v2.6.1) ##### 🐛 Bug Fixes - *(npm)* Add missing `--use-branch-tags` flag to TS options ([#&#8203;874](https://github.com/orhun/git-cliff/issues/874)) - ([e21fb1d](https://github.com/orhun/git-cliff/commit/e21fb1d3895d893fd6a371ecd48aa4632cf4231d)) - *(remote)* Avoid setting multiple remotes ([#&#8203;885](https://github.com/orhun/git-cliff/issues/885)) - ([a344c68](https://github.com/orhun/git-cliff/commit/a344c68238cf3bb87d4f7eb9be46e97cc964eed9)) ##### 📚 Documentation - *(website)* Add conversion to pdf to tips-and-tricks ([#&#8203;889](https://github.com/orhun/git-cliff/issues/889)) - ([58dc108](https://github.com/orhun/git-cliff/commit/58dc1087ed86794c2f678707f2fbb8199167b0c3)) - *(website)* Add get_env filter example for GitLab CI - ([dfe4459](https://github.com/orhun/git-cliff/commit/dfe4459c5cadd465dec4ea860580ecf82b2b8860)) ##### ⚙️ Miscellaneous Tasks - *(ci)* Update pedantic lint command ([#&#8203;890](https://github.com/orhun/git-cliff/issues/890)) - ([8d10edb](https://github.com/orhun/git-cliff/commit/8d10edb7450aaf189fbce5f78a72274739f73ba9)) - *(docker)* Disable building arm64 docker images temporarily ([#&#8203;879](https://github.com/orhun/git-cliff/issues/879)) - ([cde2a8e](https://github.com/orhun/git-cliff/commit/cde2a8e3222f5e8f8bdd9ae841fd0e5c42f68846)) - *(fixtures)* Build binaries using dev profile ([#&#8203;886](https://github.com/orhun/git-cliff/issues/886)) - ([a394f88](https://github.com/orhun/git-cliff/commit/a394f88f1d1742dfa3d30887bcb387361de306bc)) ### [`v2.6.0`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#260---2024-09-22) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.5.0...v2.6.0) ##### ⛰️ Features - *(changelog)* Support generating changelog for different branches ([#&#8203;808](https://github.com/orhun/git-cliff/issues/808)) - ([2a581a8](https://github.com/orhun/git-cliff/commit/2a581a82bbdee057eff8051b261edc9a8c7f4491)) - *(config)* Add changelog.render_always option ([#&#8203;859](https://github.com/orhun/git-cliff/issues/859)) - ([ad039d5](https://github.com/orhun/git-cliff/commit/ad039d56b66563cc0299035650582a0518e94679)) - *(config)* Allow configuring output file from config ([#&#8203;829](https://github.com/orhun/git-cliff/issues/829)) - ([c2db791](https://github.com/orhun/git-cliff/commit/c2db791a6e2891b5eb46f40d43a490fc6923d038)) - *(core)* Add `remote` to commit and deprecate fields ([#&#8203;822](https://github.com/orhun/git-cliff/issues/822)) - ([87e2c1d](https://github.com/orhun/git-cliff/commit/87e2c1d0dd251c81796f607699d2c85ee12584ac)) - *(npm)* Add missing options and document all options with tsdoc comments - ([2eae2f1](https://github.com/orhun/git-cliff/commit/2eae2f1f1f258b6c270e544d12fae1b150fb2610)) - *(npm)* Add possibility for `skipCommit` to take an array of values - ([a6e3b78](https://github.com/orhun/git-cliff/commit/a6e3b78948a730aae18f156b2fb787b7ff26bb64)) ##### 🐛 Bug Fixes - *(args)* Support using use_branch_tags from both config and args ([#&#8203;848](https://github.com/orhun/git-cliff/issues/848)) - ([35b7fd8](https://github.com/orhun/git-cliff/commit/35b7fd8007e781b65ef6c3112a349bfd8c8fda15)) - *(bump)* Suppress template warning when `--bumped-version` is used ([#&#8203;855](https://github.com/orhun/git-cliff/issues/855)) - ([8bebbf9](https://github.com/orhun/git-cliff/commit/8bebbf9f575e6e3f1bc50332e5703fde9dd1b55f)) - *(changelog)* Do not change the tag date if tag already exists ([#&#8203;861](https://github.com/orhun/git-cliff/issues/861)) - ([fbb643b](https://github.com/orhun/git-cliff/commit/fbb643b2e1096ac74a6ea9e9881ed4fd8161d3be)) - *(changelog)* Correctly set the tag message for the latest release ([#&#8203;854](https://github.com/orhun/git-cliff/issues/854)) - ([e41e8dd](https://github.com/orhun/git-cliff/commit/e41e8dd4a2e5ed12149078492cf6fd6eedebd0fa)) - *(changelog)* Don't change the context when provided via `--from-context` ([#&#8203;820](https://github.com/orhun/git-cliff/issues/820)) - ([ff72406](https://github.com/orhun/git-cliff/commit/ff7240633fcb46e6190dfed22150cbf8d3012df5)) - *(commit)* Trim the trailing newline for git2 commits ([#&#8203;872](https://github.com/orhun/git-cliff/issues/872)) - ([1cdbbf6](https://github.com/orhun/git-cliff/commit/1cdbbf604c27c8a597f72985b1d15359244e5186)) - *(core)* Avoid the unnecessary loop when no remote feature is activated - ([1d8a2fe](https://github.com/orhun/git-cliff/commit/1d8a2fe84917d7bc7c0cb26afc559198ad806184)) - *(template)* Resolve parsing issues with `raw`/`endraw` in Jinja ([#&#8203;824](https://github.com/orhun/git-cliff/issues/824)) - ([63bf5b7](https://github.com/orhun/git-cliff/commit/63bf5b7438e2660d410ca825c63b1982fd4d43f5)) ##### 🚜 Refactor - *(template)* \[**breaking**] Add name parameter to the constructor - ([e577113](https://github.com/orhun/git-cliff/commit/e577113bd69147936e391976c8b06cba76764eec)) ##### 📚 Documentation - *(args)* Fix copy-paste mistake where gitea mentioned gitlab - ([c41eacb](https://github.com/orhun/git-cliff/commit/c41eacb0b8181a26d95744e26965272cc105f629)) - *(contributing)* Mention fetching the tags for running tests successfully ([#&#8203;850](https://github.com/orhun/git-cliff/issues/850)) - ([a82dac3](https://github.com/orhun/git-cliff/commit/a82dac3cb15490f5b4e543d2f404e54a5126395c)) - *(website)* Add highlights for 2.6.0 ([#&#8203;873](https://github.com/orhun/git-cliff/issues/873)) - ([050fb55](https://github.com/orhun/git-cliff/commit/050fb55e86fd2f33fccd5760ddd4913602d5a552)) - *(website)* Clarify comment about tag argument - ([e56cd8d](https://github.com/orhun/git-cliff/commit/e56cd8de17f08461dcff4ff88518872577fb73fb)) ##### ⚙️ Miscellaneous Tasks - *(ci)* Check pedantic lints ([#&#8203;853](https://github.com/orhun/git-cliff/issues/853)) - ([c77420c](https://github.com/orhun/git-cliff/commit/c77420cf5a35e2658125030b6d9aee97a1e1bd57)) - *(examples)* Improve example templates ([#&#8203;835](https://github.com/orhun/git-cliff/issues/835)) - ([08e761c](https://github.com/orhun/git-cliff/commit/08e761c20fb98730249aef2047da02a7dfca86ad)) - *(lib)* Fix typos in code comments - ([81854d2](https://github.com/orhun/git-cliff/commit/81854d2166fc265168effde50fa892265b83efdf)) - *(npm)* Bump dev dependencies - ([61b86f1](https://github.com/orhun/git-cliff/commit/61b86f162bee28fffb3b3b06f19261d568fbf60b)) ### [`v2.5.0`](https://github.com/orhun/git-cliff/blob/HEAD/CHANGELOG.md#250---2024-08-24) [Compare Source](https://github.com/orhun/git-cliff/compare/v2.4.0...v2.5.0) ##### ⛰️ Features - *(args)* Allow GitLab groups with `--gitlab-repo` ([#&#8203;807](https://github.com/orhun/git-cliff/issues/807)) - ([6fbfdb5](https://github.com/orhun/git-cliff/commit/6fbfdb5963ad7d39a389001b660df5bf7f38dd37)) - *(bump)* Support bumping to a specific semver type ([#&#8203;744](https://github.com/orhun/git-cliff/issues/744)) - ([9dbf47b](https://github.com/orhun/git-cliff/commit/9dbf47bac596be7bacc335e8afa3cdc383dc8ebb)) - *(changelog)* Support count_tags option ([#&#8203;599](https://github.com/orhun/git-cliff/issues/599)) - ([b8045e9](https://github.com/orhun/git-cliff/commit/b8045e97ed2b50eee68cb29d5fd28e350c6ca745)) - *(changelog)* Skip ssh and x509 signatures in tag messages ([#&#8203;748](https://github.com/orhun/git-cliff/issues/748)) - ([ecbabbf](https://github.com/orhun/git-cliff/commit/ecbabbfb39b986e8445d2feb3189bab4307fd854)) - *(cli)* Generate changelog from JSON context ([#&#8203;784](https://github.com/orhun/git-cliff/issues/784)) - ([3b6156d](https://github.com/orhun/git-cliff/commit/3b6156ddd66a256a89e12da98b5cbc611a394c72)) - *(parser)* Allow whole commit context to be used in commit parsers ([#&#8203;758](https://github.com/orhun/git-cliff/issues/758)) - ([ccf2ab7](https://github.com/orhun/git-cliff/commit/ccf2ab769aef9fc6d9bbaebc02c41fe4105da24c)) - *(profiler)* Support performance profiling via pprof ([#&#8203;768](https://github.com/orhun/git-cliff/issues/768)) - ([35dc1e4](https://github.com/orhun/git-cliff/commit/35dc1e46fd57c32dc475ac545a86013a5c3258c8)) - *(remote)* Activate integration if remote is set manually ([#&#8203;782](https://github.com/orhun/git-cliff/issues/782)) - ([4b33e7e](https://github.com/orhun/git-cliff/commit/4b33e7e9869bde035d70ae9525c917340ff90bc3)) ##### 🐛 Bug Fixes - *(changelog)* Allow using `--bumped-version` without conventional commits ([#&#8203;806](https://github.com/orhun/git-cliff/issues/806)) - ([e74080c](https://github.com/orhun/git-cliff/commit/e74080cec4283a45f0f81b1b656af466ae4bd693)) - *(config)* Allow using environment variables without config file present ([#&#8203;783](https://github.com/orhun/git-cliff/issues/783)) - ([2471745](https://github.com/orhun/git-cliff/commit/2471745e110955be49310afe11e24719ab79b658)) - *(fixture)* Fix fetching repository for gitlab integration test - ([72847c6](https://github.com/orhun/git-cliff/commit/72847c6c7e71bf8f5b452f4943f0ddfc99cf6cb5)) - *(gitlab)* URL-encode the owner in remote requests for GitLab ([#&#8203;742](https://github.com/orhun/git-cliff/issues/742)) - ([e3e7c07](https://github.com/orhun/git-cliff/commit/e3e7c0794082e418a78f99e7d9c09161f4d14d5f)) - *(template)* Include for-loop arguments in template variables ([#&#8203;812](https://github.com/orhun/git-cliff/issues/812)) - ([9a6430b](https://github.com/orhun/git-cliff/commit/9a6430bc5142d356d16df2ce96869f7a0af05493)) ##### 🚜 Refactor - *(config)* Make example templates more user-friendly - ([6f8ea19](https://github.com/orhun/git-cliff/commit/6f8ea19baafea2718a00a046b74f0cbbfacc8d46)) - *(gitlab)* Clean up url encoding for GitLab - ([c791418](https://github.com/orhun/git-cliff/commit/c791418c7e86def636ed2e0aac8d7cc30ef88791)) - *(lib)* Clean up some code ([#&#8203;709](https://github.com/orhun/git-cliff/issues/709)) - ([4b0c0eb](https://github.com/orhun/git-cliff/commit/4b0c0eb09abf1264b5cc92bf40f75c8e05e17da6)) ##### 📚 Documentation - *(config)* Fix typo in comment of default config file ([#&#8203;776](https://github.com/orhun/git-cliff/issues/776)) - ([e2fb043](https://github.com/orhun/git-cliff/commit/e2fb0430786c1f746a7eb2a1b299f8491df2c584)) - *(readme)* Remove underscored spaces between badges ([#&#8203;809](https://github.com/orhun/git-cliff/issues/809)) - ([1956c83](https://github.com/orhun/git-cliff/commit/1956c8321e4ef2c5ceb46631e5370fbb66a999b2)) - *(readme)* Add git-changelog to similar projects section ([#&#8203;774](https://github.com/orhun/git-cliff/issues/774)) - ([c208a97](https://github.com/orhun/git-cliff/commit/c208a9791e3899668d48947f59757613f4e5fba1)) - *(readme)* Add KaiCode Open Source Festival link - ([58b729c](https://github.com/orhun/git-cliff/commit/58b729c71f7255589fa6645163d355309a04dd7a)) - *(website)* Add highlights for 2.5.0 ([#&#8203;815](https://github.com/orhun/git-cliff/issues/815)) - ([49df8cb](https://github.com/orhun/git-cliff/commit/49df8cb0d6880e5a1ef806d17b066070c7492f3a)) - *(website)* Clarify authentication with GitHub token ([#&#8203;787](https://github.com/orhun/git-cliff/issues/787)) - ([85bfa95](https://github.com/orhun/git-cliff/commit/85bfa952e48108dbdcfa49105d072b3170d08a0f)) - *(website)* Correct inverted consequences of configuration value ([#&#8203;760](https://github.com/orhun/git-cliff/issues/760)) - ([dc144dd](https://github.com/orhun/git-cliff/commit/dc144dd9d0451ec5240efa36d83c187720a17323)) - *(website)* Add header to 2.4.0 blog post - ([227a307](https://github.com/orhun/git-cliff/commit/227a307d8563e942f4d1e97b53e21953148395f6)) ##### ⚡ Performance - *(changelog)* Cache commit retain checks (258 times faster generation) ([#&#8203;772](https://github.com/orhun/git-cliff/issues/772)) - ([8430c5c](https://github.com/orhun/git-cliff/commit/8430c5c539a8de34f465e33fe43aed560cd581ca)) ##### ⚙️ Miscellaneous Tasks - *(cd)* Remove unnecessary git-cliff-action output file ([#&#8203;738](https://github.com/orhun/git-cliff/issues/738)) - ([9f39bcb](https://github.com/orhun/git-cliff/commit/9f39bcb8bf87ede149c11be0eb913583ded191c5)) - *(config)* Include new contributors in repository changelog - ([5474978](https://github.com/orhun/git-cliff/commit/5474978f8aa72112595e342864138b9b14fb6366)) - *(config)* Check for null commit_id in detailed template ([#&#8203;786](https://github.com/orhun/git-cliff/issues/786)) - ([388b007](https://github.com/orhun/git-cliff/commit/388b007b0f7a6beb66e045a6007f17c1642953e1)) - *(config)* Fix comment for changelog header template - ([35b886e](https://github.com/orhun/git-cliff/commit/35b886e50dd13e85436b36d9b1280a88eafdccf8)) - *(config)* Update keepachangelog.toml comment ([#&#8203;779](https://github.com/orhun/git-cliff/issues/779)) - ([f9e500e](https://github.com/orhun/git-cliff/commit/f9e500e27c543807e28132aa6c34244cd3c4238b)) - *(website)* Remove v2 announcement - ([a71649b](https://github.com/orhun/git-cliff/commit/a71649b6cd5a72c2a6b20c08dc1b8dfa37c19a6b)) - *(website)* Add discord button to navbar - ([565b9c8](https://github.com/orhun/git-cliff/commit/565b9c8df0e1a3eb3b5a4415cadfcae065743a40)) </details> <details> <summary>taiki-e/parse-changelog (parse-changelog)</summary> ### [`v0.6.10`](https://github.com/taiki-e/parse-changelog/blob/HEAD/CHANGELOG.md#0610---2024-10-26) [Compare Source](https://github.com/taiki-e/parse-changelog/compare/v0.6.9...v0.6.10) - Relax minimal version of `serde` (supported via optional feature) to 1.0.0. ### [`v0.6.9`](https://github.com/taiki-e/parse-changelog/blob/HEAD/CHANGELOG.md#069---2024-09-14) [Compare Source](https://github.com/taiki-e/parse-changelog/compare/v0.6.8...v0.6.9) - Performance improvements. ([#&#8203;37](https://github.com/taiki-e/parse-changelog/pull/37)) - Remove dependency on `serde_derive` (previously used in `serde` feature and CLI). - Documentation improvements. ##### CLI - Distribute prebuilt binaries for x86\_64 FreeBSD and illumos. - Diagnostic improvements. - Disable quick-install fallback of cargo-binstall. </details> <details> <summary>rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)</summary> ### [`v1.4.1`](https://github.com/rust-pretty-assertions/rust-pretty-assertions/blob/HEAD/CHANGELOG.md#v141) [Compare Source](https://github.com/rust-pretty-assertions/rust-pretty-assertions/compare/v1.4.0...v1.4.1) #### Fixed - Show feature-flagged code in documentation. Thanks to [@&#8203;sandydoo](https://github.com/sandydoo) for the fix! ([#&#8203;130](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/130)) #### Internal - Bump `yansi` version to `1.x`. Thanks to [@&#8203;SergioBenitez](https://github.com/SergioBenitez) for the update, and maintaining this library! ([#&#8203;121](https://github.com/rust-pretty-assertions/rust-pretty-assertions/pull/121)) </details> <details> <summary>rust-lang/regex (regex)</summary> ### [`v1.11.1`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1111-2024-10-24) [Compare Source](https://github.com/rust-lang/regex/compare/1.11.0...1.11.1) \=================== This is a new patch release of `regex` that fixes compilation on nightly Rust when the unstable `pattern` crate feature is enabled. Users on nightly Rust without this feature enabled are unaffected. Bug fixes: - [BUG #&#8203;1231](https://github.com/rust-lang/regex/issues/1231): Fix the `Pattern` trait implementation as a result of nightly API breakage. ### [`v1.11.0`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1110-2024-09-29) [Compare Source](https://github.com/rust-lang/regex/compare/1.10.6...1.11.0) \=================== 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: - [FEATURE #&#8203;1228](https://github.com/rust-lang/regex/pull/1228): Add new `regex::SetMatches::matched_all` method. - [FEATURE #&#8203;1229](https://github.com/rust-lang/regex/pull/1229): Update to Unicode Character Database (UCD) version 16. ### [`v1.10.6`](https://github.com/rust-lang/regex/blob/HEAD/CHANGELOG.md#1106-2024-08-02) [Compare Source](https://github.com/rust-lang/regex/compare/1.10.5...1.10.6) \=================== This is a new patch release with a fix for the `unstable` crate feature that enables `std::str::Pattern` trait integration. Bug fixes: - [BUG #&#8203;1219](https://github.com/rust-lang/regex/pull/1219): Fix the `Pattern` trait implementation as a result of nightly API breakage. </details> <details> <summary>seanmonstar/reqwest (reqwest)</summary> ### [`v0.12.9`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0129) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9) - Add `tls::CertificateRevocationLists` support. - Add crate features to enable webpki roots without selecting a rustls provider. - Fix `connection_verbose()` to output read logs. - Fix `multipart::Part::file()` to automatically include content-length. - Fix proxy to internally no longer cache system proxy settings. ### [`v0.12.8`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0128) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.7...v0.12.8) - Add support for SOCKS4 proxies. - Add `multipart::Form::file()` method for adding files easily. - Add `Body::wrap()` to wrap any `http_body::Body` type. - Fix the pool configuration to use a timer to remove expired connections. ### [`v0.12.7`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0127) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.6...v0.12.7) - Revert adding `impl Service<http::Request<_>>` for `Client`. ### [`v0.12.6`](https://github.com/seanmonstar/reqwest/blob/HEAD/CHANGELOG.md#v0126) [Compare Source](https://github.com/seanmonstar/reqwest/compare/v0.12.5...v0.12.6) - Add support for `danger_accept_invalid_hostnames` for `rustls`. - Add `impl Service<http::Request<Body>>` for `Client` and `&'_ Client`. - Add support for `!Sync` bodies in `Body::wrap_stream()`. - Enable happy eyeballs when `hickory-dns` is used. - Fix `Proxy` so that `HTTP(S)_PROXY` values take precendence over `ALL_PROXY`. - Fix `blocking::RequestBuilder::header()` from unsetting `sensitive` on passed header values. </details> <details> <summary>toml-rs/toml (toml_edit)</summary> ### [`v0.22.22`](https://github.com/toml-rs/toml/compare/v0.22.21...v0.22.22) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.21...v0.22.22) ### [`v0.22.21`](https://github.com/toml-rs/toml/compare/v0.22.20...v0.22.21) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.20...v0.22.21) ### [`v0.22.20`](https://github.com/toml-rs/toml/compare/v0.22.19...v0.22.20) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.19...v0.22.20) ### [`v0.22.19`](https://github.com/toml-rs/toml/compare/v0.22.18...v0.22.19) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.18...v0.22.19) ### [`v0.22.18`](https://github.com/toml-rs/toml/compare/v0.22.17...v0.22.18) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.17...v0.22.18) ### [`v0.22.17`](https://github.com/toml-rs/toml/compare/v0.22.16...v0.22.17) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.16...v0.22.17) ### [`v0.22.16`](https://github.com/toml-rs/toml/compare/v0.22.15...v0.22.16) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.15...v0.22.16) ### [`v0.22.15`](https://github.com/toml-rs/toml/compare/v0.22.14...v0.22.15) [Compare Source](https://github.com/toml-rs/toml/compare/v0.22.14...v0.22.15) </details> <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.3`](https://github.com/servo/rust-url/releases/tag/v2.5.3) [Compare Source](https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3) #### What's Changed - fix: enable wasip2 feature for wasm32-wasip2 target by [@&#8203;brooksmtownsend](https://github.com/brooksmtownsend) in https://github.com/servo/rust-url/pull/960 - Fix idna tests with no_std by [@&#8203;cjwatson](https://github.com/cjwatson) in https://github.com/servo/rust-url/pull/963 - Fix debugger_visualizer test failures. by [@&#8203;valenting](https://github.com/valenting) in https://github.com/servo/rust-url/pull/967 - Add AsciiSet::EMPTY and boolean operators by [@&#8203;joshka](https://github.com/joshka) in https://github.com/servo/rust-url/pull/969 - mention why we pin unicode-width by [@&#8203;Manishearth](https://github.com/Manishearth) in https://github.com/servo/rust-url/pull/972 - refactor and add tests for percent encoding by [@&#8203;joshka](https://github.com/joshka) in https://github.com/servo/rust-url/pull/977 - Add a test for and fix issue [#&#8203;974](https://github.com/servo/rust-url/issues/974) by [@&#8203;hansl](https://github.com/hansl) in https://github.com/servo/rust-url/pull/975 - `no_std` support for the `url` crate by [@&#8203;domenukk](https://github.com/domenukk) in https://github.com/servo/rust-url/pull/831 - Normalize URL paths: convert /.//p, /..//p, and //p to p by [@&#8203;theskim](https://github.com/theskim) in https://github.com/servo/rust-url/pull/943 - support Hermit by [@&#8203;m-mueller678](https://github.com/m-mueller678) in https://github.com/servo/rust-url/pull/985 - fix: support `wasm32-wasip2` on the stable channel by [@&#8203;brooksmtownsend](https://github.com/brooksmtownsend) in https://github.com/servo/rust-url/pull/983 - Improve serde error output by [@&#8203;konstin](https://github.com/konstin) in https://github.com/servo/rust-url/pull/982 - OSS-Fuzz: Add more fuzzer by [@&#8203;arthurscchan](https://github.com/arthurscchan) in https://github.com/servo/rust-url/pull/988 - Merge idna-v1x to main by [@&#8203;hsivonen](https://github.com/hsivonen) in https://github.com/servo/rust-url/pull/990 #### New Contributors - [@&#8203;brooksmtownsend](https://github.com/brooksmtownsend) made their first contribution in https://github.com/servo/rust-url/pull/960 - [@&#8203;cjwatson](https://github.com/cjwatson) made their first contribution in https://github.com/servo/rust-url/pull/963 - [@&#8203;joshka](https://github.com/joshka) made their first contribution in https://github.com/servo/rust-url/pull/969 - [@&#8203;hansl](https://github.com/hansl) made their first contribution in https://github.com/servo/rust-url/pull/975 - [@&#8203;theskim](https://github.com/theskim) made their first contribution in https://github.com/servo/rust-url/pull/943 - [@&#8203;m-mueller678](https://github.com/m-mueller678) made their first contribution in https://github.com/servo/rust-url/pull/985 - [@&#8203;konstin](https://github.com/konstin) made their first contribution in https://github.com/servo/rust-url/pull/982 - [@&#8203;arthurscchan](https://github.com/arthurscchan) made their first contribution in https://github.com/servo/rust-url/pull/988 **Full Changelog**: https://github.com/servo/rust-url/compare/v2.5.2...v2.5.3 </details> <details> <summary>Ethiraric/yaml-rust2 (yaml-rust2)</summary> ### [`v0.9.0`](https://github.com/Ethiraric/yaml-rust2/blob/HEAD/CHANGELOG.md#v090) [Compare Source](https://github.com/Ethiraric/yaml-rust2/compare/v0.8.1...v0.9.0) **Breaking Changes** - Update dependencies. Since `hashlink` is exposed (through `Yaml::Hash`) and has been updated from 0.8.4 to 0.9.1, the new version of `yaml-rust2` will not link properly if you explicitly rely on `hashlink v0.8`. Existing code with v0.8.4 should still compile fine in v0.9.1 (see [hashlink's v0.9.0 changelog](https://github.com/kyren/hashlink/releases/tag/v0.9.0)). **Bug fixes** - ([#&#8203;37](https://github.com/Ethiraric/yaml-rust2/pull/37)) Parse empty scalars as `""` instead of `"~"`. **Features** - Add `Yaml::is_hash`. - Add better doccomments to the `Index` and `IntoIterator` implementations for `Yaml` to better explain their quirks and design decisions. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNjAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
kjuulh added 1 commit 2024-04-10 06:36:53 +02:00
chore(deps): update rust crate anyhow to 1.0.82
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing
fa21e36032
kjuulh force-pushed renovate/all from fa21e36032 to f701610f61 2024-04-10 16:07:56 +02:00 Compare
kjuulh changed title from chore(deps): update rust crate anyhow to 1.0.82 to chore(deps): update all dependencies 2024-04-11 00:45:35 +02:00
kjuulh force-pushed renovate/all from f701610f61 to 0e97ab798d 2024-04-11 00:45:36 +02:00 Compare
kjuulh force-pushed renovate/all from 0e97ab798d to cd5a948cd0 2024-04-15 12:14:09 +02:00 Compare
kjuulh force-pushed renovate/all from cd5a948cd0 to 7264e14bca 2024-04-19 00:01:39 +02:00 Compare
kjuulh force-pushed renovate/all from 7264e14bca to e5682dccf6 2024-04-19 04:01:25 +02:00 Compare
kjuulh force-pushed renovate/all from e5682dccf6 to 3b448b636d 2024-04-19 17:01:31 +02:00 Compare
kjuulh force-pushed renovate/all from 3b448b636d to 53b7fa38e9 2024-04-19 20:36:36 +02:00 Compare
kjuulh force-pushed renovate/all from 53b7fa38e9 to a648958985 2024-04-20 05:44:30 +02:00 Compare
kjuulh force-pushed renovate/all from a648958985 to 5f59162a1e 2024-05-02 03:44:14 +02:00 Compare
kjuulh force-pushed renovate/all from 5f59162a1e to 28d9fa3886 2024-05-06 20:26:57 +02:00 Compare
kjuulh force-pushed renovate/all from 28d9fa3886 to 5d6ff6efad 2024-05-07 04:44:46 +02:00 Compare
kjuulh force-pushed renovate/all from 5d6ff6efad to 40e7514522 2024-05-08 02:11:31 +02:00 Compare
kjuulh force-pushed renovate/all from 40e7514522 to 4bfc5083f3 2024-05-11 22:12:04 +02:00 Compare
kjuulh force-pushed renovate/all from 4bfc5083f3 to d427a0eb15 2024-05-15 17:55:31 +02:00 Compare
kjuulh force-pushed renovate/all from d427a0eb15 to 3746435011 2024-05-17 20:25:22 +02:00 Compare
kjuulh force-pushed renovate/all from 3746435011 to d254202bcf 2024-05-18 00:48:35 +02:00 Compare
kjuulh force-pushed renovate/all from d254202bcf to 9f6871f545 2024-05-18 14:33:20 +02:00 Compare
kjuulh changed title from chore(deps): update all dependencies to chore(deps): update caddy docker tag to v2.8 2024-07-06 15:31:19 +02:00
kjuulh force-pushed renovate/all from 9f6871f545 to 1a6a0da99a 2024-07-06 15:31:20 +02:00 Compare
kjuulh changed title from chore(deps): update caddy docker tag to v2.8 to chore(deps): update all dependencies 2024-08-21 22:49:59 +02:00
kjuulh force-pushed renovate/all from 1a6a0da99a to 5368bbee72 2024-08-21 22:50:01 +02:00 Compare
kjuulh force-pushed renovate/all from 5368bbee72 to 23a7494f8b 2024-08-22 00:22:52 +02:00 Compare
kjuulh force-pushed renovate/all from 23a7494f8b to 59cfd45d48 2024-08-24 10:38:52 +02:00 Compare
kjuulh force-pushed renovate/all from 59cfd45d48 to 8da874cbcf 2024-09-05 02:22:14 +02:00 Compare
kjuulh force-pushed renovate/all from 8da874cbcf to 4f1e636bc4 2024-09-07 02:22:02 +02:00 Compare
kjuulh force-pushed renovate/all from 4f1e636bc4 to 36f12e2da9 2024-09-12 02:24:05 +02:00 Compare
kjuulh force-pushed renovate/all from 36f12e2da9 to bbc0239859 2024-09-15 02:21:20 +02:00 Compare
kjuulh force-pushed renovate/all from bbc0239859 to d4be981940 2024-09-15 06:22:15 +02:00 Compare
kjuulh force-pushed renovate/all from d4be981940 to f64fe7a264 2024-09-16 02:21:29 +02:00 Compare
kjuulh force-pushed renovate/all from f64fe7a264 to f334e537fa 2024-09-17 02:23:53 +02:00 Compare
kjuulh force-pushed renovate/all from f334e537fa to 023ca7f4a3 2024-09-21 02:45:42 +02:00 Compare
kjuulh force-pushed renovate/all from 023ca7f4a3 to deb2bfce75 2024-09-23 02:30:46 +02:00 Compare
kjuulh force-pushed renovate/all from deb2bfce75 to 8f67527abb 2024-09-25 02:25:32 +02:00 Compare
kjuulh force-pushed renovate/all from 8f67527abb to 04722d54e0 2024-09-26 02:22:35 +02:00 Compare
kjuulh force-pushed renovate/all from 04722d54e0 to 0785a36456 2024-09-28 02:28:19 +02:00 Compare
kjuulh force-pushed renovate/all from 0785a36456 to 2923b1d2c8 2024-09-29 02:24:51 +02:00 Compare
kjuulh force-pushed renovate/all from 2923b1d2c8 to ffd2680257 2024-09-30 02:22:56 +02:00 Compare
kjuulh force-pushed renovate/all from ffd2680257 to 775fa54b40 2024-09-30 06:22:45 +02:00 Compare
kjuulh force-pushed renovate/all from 775fa54b40 to c70d30dc43 2024-10-01 02:25:53 +02:00 Compare
kjuulh force-pushed renovate/all from c70d30dc43 to bdf58ce04e 2024-10-01 06:23:45 +02:00 Compare
kjuulh force-pushed renovate/all from bdf58ce04e to ceb87cf635 2024-10-02 02:25:03 +02:00 Compare
kjuulh force-pushed renovate/all from ceb87cf635 to c1f5d142d9 2024-10-02 06:22:57 +02:00 Compare
kjuulh force-pushed renovate/all from c1f5d142d9 to aea238634b 2024-10-09 02:24:21 +02:00 Compare
kjuulh force-pushed renovate/all from aea238634b to 2da4bf521f 2024-10-09 06:23:30 +02:00 Compare
kjuulh force-pushed renovate/all from 2da4bf521f to 701044429c 2024-10-17 02:26:52 +02:00 Compare
kjuulh force-pushed renovate/all from 701044429c to d971d0d36c 2024-10-18 02:26:51 +02:00 Compare
kjuulh force-pushed renovate/all from d971d0d36c to cb72699b75 2024-10-19 02:25:34 +02:00 Compare
kjuulh force-pushed renovate/all from cb72699b75 to f96c127afa 2024-10-19 06:25:45 +02:00 Compare
kjuulh force-pushed renovate/all from f96c127afa to adc24725e6 2024-10-23 02:28:18 +02:00 Compare
kjuulh force-pushed renovate/all from adc24725e6 to 010d47b8a8 2024-10-23 06:29:20 +02:00 Compare
kjuulh force-pushed renovate/all from 010d47b8a8 to bbe7e658a4 2024-10-25 02:25:54 +02:00 Compare
kjuulh force-pushed renovate/all from bbe7e658a4 to 1bc6c55d66 2024-10-25 06:24:54 +02:00 Compare
kjuulh force-pushed renovate/all from 1bc6c55d66 to 1329959da6 2024-10-27 02:41:25 +02:00 Compare
kjuulh force-pushed renovate/all from 1329959da6 to af16b188a4 2024-10-27 06:24:32 +01:00 Compare
kjuulh force-pushed renovate/all from af16b188a4 to 3c451607b8 2024-10-29 02:27:41 +01:00 Compare
kjuulh force-pushed renovate/all from 3c451607b8 to f2056edd5c 2024-10-29 06:25:08 +01:00 Compare
kjuulh force-pushed renovate/all from f2056edd5c to 4dda3218de 2024-10-29 06:25:41 +01:00 Compare
kjuulh force-pushed renovate/all from 4dda3218de to c902662371 2024-11-02 02:26:04 +01:00 Compare
kjuulh force-pushed renovate/all from c902662371 to 5b0ecec6a8 2024-11-02 06:24:24 +01:00 Compare
kjuulh force-pushed renovate/all from 5b0ecec6a8 to cbcb19b830 2024-11-05 02:22:36 +01:00 Compare
kjuulh force-pushed renovate/all from cbcb19b830 to 728d160356 2024-11-05 06:21:56 +01:00 Compare
kjuulh force-pushed renovate/all from 728d160356 to 4c1cbcd43b 2024-11-07 02:23:31 +01:00 Compare
kjuulh force-pushed renovate/all from 4c1cbcd43b to b852d5ac19 2024-11-12 06:22:24 +01:00 Compare
kjuulh force-pushed renovate/all from b852d5ac19 to 18415c4c06 2024-11-14 02:24:46 +01:00 Compare
kjuulh force-pushed renovate/all from 18415c4c06 to 57dddc64e9 2024-11-14 06:28:58 +01:00 Compare
kjuulh force-pushed renovate/all from 57dddc64e9 to 62b673c0d0 2024-11-21 02:23:26 +01:00 Compare
kjuulh force-pushed renovate/all from 62b673c0d0 to 2aad746b46 2024-11-21 06:20:55 +01:00 Compare
Some checks failed
continuous-integration/drone/push Build is passing
Required
Details
continuous-integration/drone/pr Build is failing
Required
Details
Some required checks were not successful.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all:renovate/all
git checkout renovate/all
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjuulh/cuddle-please#38
No description provided.