Skip to content

Bump the rust-dependencies group across 1 directory with 7 updates#179

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-c2b0a67af1
Open

Bump the rust-dependencies group across 1 directory with 7 updates#179
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rust-dependencies-c2b0a67af1

Conversation

@dependabot
Copy link
Contributor

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

Bumps the rust-dependencies group with 7 updates in the / directory:

Package From To
uuid 1.19.0 1.21.0
anyhow 1.0.100 1.0.101
git2 0.20.3 0.20.4
env_logger 0.11.8 0.11.9
wasmi 1.0.7 1.0.9
wasmi_wasi 1.0.7 1.0.9
clap 4.5.54 4.5.58

Updates uuid from 1.19.0 to 1.21.0

Release notes

Sourced from uuid's releases.

v1.21.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.20.0...v1.21.0

v1.20.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.19.0...v1.20.0

Commits

Updates anyhow from 1.0.100 to 1.0.101

Release notes

Sourced from anyhow's releases.

1.0.101

Commits
  • 80bfe29 Release 1.0.101
  • dff8c43 Merge pull request #437 from Ibitier/inline-ok-helper
  • 85d9ea9 Add #[inline] to anyhow::Ok helper
  • 54036cc Update ui test suite to nightly-2026-01-21
  • cce0579 Update actions/upload-artifact@v5 -> v6
  • f2c598c Update actions/upload-artifact@v4 -> v5
  • 2c0bda4 Update to 2021 edition
  • 0d82268 Remove rustc version requirement from readme
  • 67df012 Merge pull request #436 from dtolnay/up
  • c898488 Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

Updates git2 from 0.20.3 to 0.20.4

Changelog

Sourced from git2's changelog.

0.20.4 - 2026-02-02

0.20.3...0.20.4

Fixed

  • Fix undefined behavior when dereferencing empty Buf. #1213
Commits
  • 8852d7d Merge pull request #1214 from weihanglo/backport-from-raw-parts
  • 0b274f7 Bump to 0.20.4
  • 73a5d5d Add test for dereference of an empty Buf
  • ce56683 fix: check ptr nullity before calling from_raw_parts
  • See full diff in compare view

Updates env_logger from 0.11.8 to 0.11.9

Release notes

Sourced from env_logger's releases.

v0.11.9

[0.11.9] - 2026-02-11

Changelog

Sourced from env_logger's changelog.

[0.11.9] - 2026-02-11

Commits
  • 2f06b4c chore: Release
  • 57e13ac chore: Release
  • 4f9066d Merge pull request #393 from rust-cli/renovate/crate-ci-typos-1.x
  • 3e4709a chore(deps): Update Rust crate snapbox to v0.6.24 (#394)
  • 80ff83a chore(deps): Update pre-commit hook crate-ci/typos to v1.42.3
  • 76891b9 Merge pull request #392 from epage/template
  • 14cda4a chore: Update from _rust template
  • e4f2b35 chore(ci): Update action
  • 6d0d36b chore(ci): Clean up previous branch in case it was leaked
  • 30b3b14 chore(ci): Fix how rustfmt jobs run
  • Additional commits viewable in compare view

Updates wasmi from 1.0.7 to 1.0.9

Release notes

Sourced from wasmi's releases.

v1.0.9 - 2026/02/09

Fixed

  • Fixed a bug that Wasmi's translator would sometimes incorrectly merge copy instructions. #1779

#1779: wasmi-labs/wasmi#1779

v1.0.8 - 2026/01/29

Fixed

  • Fixed another bug with incorrect translation of wide-arithmetic ops followed by local.set. #1762

#1762: wasmi-labs/wasmi#1762

Changelog

Sourced from wasmi's changelog.

1.0.9 - 2026-02-09

Fixed

  • Fixed a bug that Wasmi's translator would sometimes incorrectly merge copy instructions. #1779

#1779: wasmi-labs/wasmi#1779

1.0.8 - 2026-01-29

Fixed

  • Fixed another bug with incorrect translation of wide-arithmetic ops followed by local.set. #1762

#1762: wasmi-labs/wasmi#1762

Commits
  • 61ba65e bump Wasmi crate versions
  • e9a7fd1 write changelog for Wasmi v1.0.9
  • b9ed41c fix translator for merged copies + add test
  • 412301b bump Wasmi version to v1.0.8
  • c476b22 add changelog for v1.0.8
  • 93c4c2b update wasmi tests submodule
  • 03f46ee silence unused warning
  • 961140f fix bug in loca.set following i64.{add,sub}128
  • See full diff in compare view

Updates wasmi_wasi from 1.0.7 to 1.0.9

Release notes

Sourced from wasmi_wasi's releases.

v1.0.9 - 2026/02/09

Fixed

  • Fixed a bug that Wasmi's translator would sometimes incorrectly merge copy instructions. #1779

#1779: wasmi-labs/wasmi#1779

v1.0.8 - 2026/01/29

Fixed

  • Fixed another bug with incorrect translation of wide-arithmetic ops followed by local.set. #1762

#1762: wasmi-labs/wasmi#1762

Changelog

Sourced from wasmi_wasi's changelog.

1.0.9 - 2026-02-09

Fixed

  • Fixed a bug that Wasmi's translator would sometimes incorrectly merge copy instructions. #1779

#1779: wasmi-labs/wasmi#1779

1.0.8 - 2026-01-29

Fixed

  • Fixed another bug with incorrect translation of wide-arithmetic ops followed by local.set. #1762

#1762: wasmi-labs/wasmi#1762

Commits
  • 61ba65e bump Wasmi crate versions
  • e9a7fd1 write changelog for Wasmi v1.0.9
  • b9ed41c fix translator for merged copies + add test
  • 412301b bump Wasmi version to v1.0.8
  • c476b22 add changelog for v1.0.8
  • 93c4c2b update wasmi tests submodule
  • 03f46ee silence unused warning
  • 961140f fix bug in loca.set following i64.{add,sub}128
  • See full diff in compare view

Updates clap from 4.5.54 to 4.5.58

Release notes

Sourced from clap's releases.

v4.5.58

[4.5.58] - 2026-02-11

v4.5.57

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

v4.5.55

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Changelog

Sourced from clap's changelog.

[4.5.58] - 2026-02-11

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage

[4.5.55] - 2026-01-27

Fixes

  • Fix inconsistency in precedence between positionals with a value_terminator("--") and escapes (--) where ./foo -- bar means the first arg is empty, rather than escaping future args
Commits
  • 88f13cb chore: Release
  • fe2d731 docs: Update changelog
  • b256739 Merge pull request #6131 from mernen/do-not-suggest-opts-after-escape
  • 8aaf704 fix(complete): Do not suggest options after "--"
  • 4a86fee test(complete): Illustrate current behavior
  • 281f8ae Merge pull request #6126 from epage/p
  • 3cbce42 docs(cookbook): Make typed-derive easier to maintain
  • 9fd4dc9 docs(cookbook): Provide a custom TypedValueParser
  • 8f8e861 docs(cookbook): Add local enum to typed-derive
  • 926bafe docs(cookbook): Hint at overriding value_name
  • Additional commits viewable in compare view

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 <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rust-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.21.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.100` | `1.0.101` |
| [git2](https://github.com/rust-lang/git2-rs) | `0.20.3` | `0.20.4` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.8` | `0.11.9` |
| [wasmi](https://github.com/wasmi-labs/wasmi) | `1.0.7` | `1.0.9` |
| [wasmi_wasi](https://github.com/wasmi-labs/wasmi) | `1.0.7` | `1.0.9` |
| [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.58` |



Updates `uuid` from 1.19.0 to 1.21.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.19.0...v1.21.0)

Updates `anyhow` from 1.0.100 to 1.0.101
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.100...1.0.101)

Updates `git2` from 0.20.3 to 0.20.4
- [Changelog](https://github.com/rust-lang/git2-rs/blob/git2-0.20.4/CHANGELOG.md)
- [Commits](rust-lang/git2-rs@git2-0.20.3...git2-0.20.4)

Updates `env_logger` from 0.11.8 to 0.11.9
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.8...v0.11.9)

Updates `wasmi` from 1.0.7 to 1.0.9
- [Release notes](https://github.com/wasmi-labs/wasmi/releases)
- [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md)
- [Commits](wasmi-labs/wasmi@v1.0.7...v1.0.9)

Updates `wasmi_wasi` from 1.0.7 to 1.0.9
- [Release notes](https://github.com/wasmi-labs/wasmi/releases)
- [Changelog](https://github.com/wasmi-labs/wasmi/blob/main/CHANGELOG.md)
- [Commits](wasmi-labs/wasmi@v1.0.7...v1.0.9)

Updates `clap` from 4.5.54 to 4.5.58
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.54...clap_complete-v4.5.58)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.101
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: git2
  dependency-version: 0.20.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: env_logger
  dependency-version: 0.11.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasmi
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: wasmi_wasi
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: clap
  dependency-version: 4.5.58
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

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 16, 2026
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