Skip to content

Comments

chore(deps): bump names from 0.11.0 to 0.14.0#5775

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/names-0.14.0
Open

chore(deps): bump names from 0.11.0 to 0.14.0#5775
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/names-0.14.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps names from 0.11.0 to 0.14.0.

Release notes

Sourced from names's releases.

Release 0.14.0

0.14.0 - 2022-06-28

Changed

  • upgrade to regex 1.5.6

Release 0.13.0

0.13.0 - 2022-03-05

Changed

  • upgrade to clap version 3
  • update other dependencies via cargo update

Release 0.12.0

0.12.0 - 2021-09-12

Breaking Change Upgrade Note For Library Users

Due to the collapsing of a library crate and a binary/CLI crate into one crate, there is now a Cargo feature called "application" which is included in the default features. This allows for a clean cargo install names, resulting in a compilation and installation of the names CLI without any

... (truncated)

Changelog

Sourced from names's changelog.

[0.14.0] - 2022-06-28

Changed

  • upgrade to regex 1.5.6

[0.13.0] - 2022-03-05

Changed

  • upgrade to clap version 3
  • update other dependencies via cargo update

[0.12.0] - 2021-09-12

Breaking Change Upgrade Note For Library Users

Due to the collapsing of a library crate and a binary/CLI crate into one crate, there is now a Cargo feature called "application" which is included in the default features. This allows for a clean cargo install names, resulting in a compilation and installation of the names CLI without any further options or flags. When using names as a library crate however, it is advised to now add default-features = false to the crate dependency in Cargo.toml. For example:

[dependencies]
names = { version = "0.12.0", default-features = false }

This will exclude the clap crate when being used in library/crate mode.

Changed

  • (breaking): collapse library and binary into 1 dual-purpose crate which enables cargo install names to install the binary CLI
  • (breaking): upgrade minimum supported Rust version to 1.46.0
  • upgrade to rand 0.8.4
  • upgrade to clap 3.0.0-beta.2
  • update codebase to Rust 2018 edition and idioms

Added

  • cross platform matrix testing
  • binary artifacts on each release for Linux, macOS, Windows, & FreeBSD systems
  • nightly releases
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [names](https://github.com/fnichol/names) from 0.11.0 to 0.14.0.
- [Release notes](https://github.com/fnichol/names/releases)
- [Changelog](https://github.com/fnichol/names/blob/main/CHANGELOG.md)
- [Commits](fnichol/names@v0.11.0...v0.14.0)

---
updated-dependencies:
- dependency-name: names
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 13, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Feb 13, 2026

Merging this PR will not alter performance

✅ 11 untouched benchmarks
⏩ 11 skipped benchmarks1


Comparing dependabot/cargo/names-0.14.0 (a11e8b2) with main (0cae7ae)

Open in CodSpeed

Footnotes

  1. 11 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@github-actions
Copy link
Contributor

Wasm Query Compiler File Size

Engine This PR Base branch Diff
Postgres 3.497MiB 3.497MiB 0.000B
Postgres (gzip) 1.143MiB 1.143MiB 0.000B
Postgres (size-optimized) 1.764MiB 1.764MiB 0.000B
Postgres (size-optimized, gzip) 694.159KiB 694.162KiB -3.000B
Mysql 3.449MiB 3.449MiB 0.000B
Mysql (gzip) 1.125MiB 1.125MiB 17.000B
Mysql (size-optimized) 1.734MiB 1.734MiB 0.000B
Mysql (size-optimized, gzip) 682.608KiB 682.612KiB -4.000B
Sqlite 3.368MiB 3.368MiB 0.000B
Sqlite (gzip) 1.098MiB 1.098MiB 0.000B
Sqlite (size-optimized) 1.690MiB 1.690MiB 0.000B
Sqlite (size-optimized, gzip) 666.783KiB 666.777KiB 6.000B
SQL Server 3.591MiB 3.591MiB 0.000B
SQL Server (gzip) 1.161MiB 1.162MiB -111.000B
SQL Server (size-optimized) 1.764MiB 1.764MiB 0.000B
SQL Server (size-optimized, gzip) 697.398KiB 697.393KiB 5.000B
CockroachDB 3.547MiB 3.547MiB 0.000B
CockroachDB (gzip) 1.162MiB 1.162MiB 10.000B
CockroachDB (size-optimized) 1.789MiB 1.789MiB 0.000B
CockroachDB (size-optimized, gzip) 704.378KiB 704.326KiB 54.000B

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.

0 participants