Skip to content

Comments

Bump the rust-minor group with 22 updates#646

Merged
torokati44 merged 1 commit intomainfrom
dependabot/cargo/rust-minor-2c7c40f952
Jan 19, 2026
Merged

Bump the rust-minor group with 22 updates#646
torokati44 merged 1 commit intomainfrom
dependabot/cargo/rust-minor-2c7c40f952

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the rust-minor group with 22 updates:

Package From To
cc 1.2.52 1.2.53
chrono 0.4.42 0.4.43
clap_lex 0.7.6 0.7.7
find-msvc-tools 0.1.7 0.1.8
id3 1.16.3 1.16.4
rand_core 0.9.3 0.9.5
rustc-demangle 0.1.26 0.1.27
rustls-pki-types 1.13.2 1.14.0
rustls-webpki 0.103.8 0.103.9
time 0.3.44 0.3.45
time-core 0.1.6 0.1.7
time-macros 0.2.24 0.2.25
tower 0.5.2 0.5.3
wasip2 1.0.1+wasi-0.2.4 1.0.2+wasi-0.2.9
wasm-bindgen-futures 0.4.56 0.4.58
wasm-bindgen-macro 0.2.106 0.2.108
wasm-bindgen-macro-support 0.2.106 0.2.108
wasm-bindgen-shared 0.2.106 0.2.108
web-sys 0.3.83 0.3.85
wit-bindgen 0.46.0 0.51.0
zip 7.0.0 7.1.0
zmij 1.0.13 1.0.15

Updates cc from 1.2.52 to 1.2.53

Release notes

Sourced from cc's releases.

cc-v1.2.53

Other

  • Add missing RISC-V targets (#1657)
Changelog

Sourced from cc's changelog.

1.2.53 - 2026-01-16

Other

  • Add missing RISC-V targets (#1657)
Commits

Updates chrono from 0.4.42 to 0.4.43

Release notes

Sourced from chrono's releases.

0.4.43

What's Changed

Commits
  • 45caaa9 Update copyright year to 2026 in LICENSE.txt
  • 1c0b8f0 Bump version to 0.4.43
  • a03e43b Upgrade windows-bindgen to 0.66
  • 4fedaba Ignore bincode advisory
  • f4b7bbd Bump actions/checkout from 5 to 6
  • db12973 Added doctest for the NaiveDate years_since function (#1755)
  • 34b5f49 chore: minor improvement for docs
  • 8c82711 Bump actions/setup-node from 5 to 6
  • ea1f11b Drop deny lints, eager Debug impls are a mixed blessing
  • 35f9f2d Add feature gated defmt support.
  • Additional commits viewable in compare view

Updates clap_lex from 0.7.6 to 0.7.7

Changelog

Sourced from clap_lex's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

5.0.0 - TBD

available through unstable-v5 feature flag

Breaking Changes

  • Made ArgPredicate non_exhaustive
  • (help) Change default Command::term_width to "source format"
  • (help) Change default Command::max_term_width to 100
  • (derive) Vec<Vec<T>> types are now assuming to capture occurrences
  • (derive) ValueEnum variants now use the full doc comment, not summary, for PossibleValue::help

Features

  • (derive) Group values by their occurrence with Vec<Vec<T>>

[Unreleased] - ReleaseDate

[4.5.54] - 2026-01-02

Fixes

  • (help) Move [default] to its own paragraph when PossibleValue::help is present in --help

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup

[4.5.51] - 2025-10-29

Fixes

  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count

... (truncated)

Commits
  • 087edda chore: Release
  • f652f4d docs: Update changelog
  • 8e75826 Merge pull request #6221 from sffc/lex-lifetime
  • 81dea3b fix: Use longer lifetime in clap_lex ParsedArg
  • eabbc6b Merge pull request #6217 from epage/man
  • 76a016a refactor(man): Allow possible values to output Roff
  • 9db8234 refactor(man): Avoid to_string
  • 475cac9 fix(man): Always show possible values as a list
  • a99bd42 chore: Release
  • 485d781 docs: Update changelog
  • Additional commits viewable in compare view

Updates find-msvc-tools from 0.1.7 to 0.1.8

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.8

Other

  • Regenerate windows sys bindings (#1653)
Commits

Updates id3 from 1.16.3 to 1.16.4

Updates rand_core from 0.9.3 to 0.9.5

Commits

Updates rustc-demangle from 0.1.26 to 0.1.27

Release notes

Sourced from rustc-demangle's releases.

rustc-demangle-v0.1.27

Other

  • Support v0 demangling of trait object types with assoc const bindings
Changelog

Sourced from rustc-demangle's changelog.

0.1.27 - 2026-01-15

Other

  • Support v0 demangling of trait object types with assoc const bindings
Commits
  • f65a6d8 chore(rustc-demangle): release v0.1.27
  • bce5e74 Merge pull request #87 from fmease/v0-dyn-trait-assoc-const-bindings
  • 2631bdf Support v0 demangling of trait object types with assoc const bindings
  • See full diff in compare view

Updates rustls-pki-types from 1.13.2 to 1.14.0

Release notes

Sourced from rustls-pki-types's releases.

1.14.0

What's Changed

1.13.3

Fuse PEM iterators as soon as an IO error is seen. This ensures errors are returned when decoding multiple PEM items from an std::io::Read which permanently returns errors. This includes use of pem_file_iter() and pem_reader_iter() against directories. Fixes #98.

What's Changed

Full Changelog: rustls/pki-types@v/1.13.2...v/1.13.3

Commits

Updates rustls-webpki from 0.103.8 to 0.103.9

Release notes

Sourced from rustls-webpki's releases.

0.103.9

What's Changed

Commits
  • 6bc9931 Bump version to 0.103.9
  • 92dbfc6 Tie lifetime of valid_dns_names/valid_uri_names to struct lifetime
  • 2c46166 ci: sync cargo-check-external-types nightly
  • c423a9e ci: avoid denying warnings on nightly toolchains
  • See full diff in compare view

Updates time from 0.3.44 to 0.3.45

Release notes

Sourced from time's releases.

v0.3.45

See the changelog for details.

Changelog

Sourced from time's changelog.

0.3.45 [2026-01-13]

Added

  • time::format_description::StaticFormatDescription type alias for &'static [BorrowedFormatItem<'static>]. This is the type returned by the time::macros::format_description! macro.

Changed

  • The minimum supported Rust version is now 1.83.0.
  • All floating point methods on Duration are now const fn.
  • All setters on Parsed are now const fn.
  • The serde dependency has been replaced with serde_core, This reduces compile times by not including unused parts of serde.
  • Date::from_julian_day uses a new algorithm, resulting in an approximately 16% performance improvement. This method is used internally by numerous other methods.
  • util::is_leap_year uses a new algorithm, resulting in an approximately 8% performance improvement.
Commits
  • d41b5e1 v0.3.45 release
  • 69db9fb Add noop to utils benchmark
  • 30ba933 Change from_julian_day algorithm
  • 267d847 Change leap year algorithm
  • 41e21ef Make util tests more opaque
  • 8f5981a Test whether every year 0-399 is leap year
  • 6365c4c Improve accuracy of Date benchmarks
  • a4fc845 Dependency upgrade
  • c468474 Rename lints for latest rustc
  • 037af66 Add type alias for format_description! output
  • Additional commits viewable in compare view

Updates time-core from 0.1.6 to 0.1.7

Commits

Updates time-macros from 0.2.24 to 0.2.25

Changelog

Sourced from time-macros's changelog.

0.2.25 [2021-01-24]

Fixed

  • Fix #309, which can cause panics in certain situations.
Commits

Updates tower from 0.5.2 to 0.5.3

Release notes

Sourced from tower's releases.

tower 0.5.3

Added

  • builder: Add ServiceBuilder::boxed_clone_sync() helper (#804)

Fixed

  • retry: Check that supplied jitter is not NaN (#843)

#804: tower-rs/tower#804 #843: tower-rs/tower#843

Commits

Updates wasip2 from 1.0.1+wasi-0.2.4 to 1.0.2+wasi-0.2.9

Commits

Updates wasm-bindgen-futures from 0.4.56 to 0.4.58

Commits

Updates wasm-bindgen-macro from 0.2.106 to 0.2.108

Release notes

Sourced from wasm-bindgen-macro's releases.

0.2.108

0.2.108

Fixed

  • Fixed regression where panic=unwind builds for non-Wasm targets would trigger UnwindSafe assertions. #4903

0.2.107

0.2.107

Added

  • Support catching panics, and raising JS Exceptions for them, when building with panic=unwind on nightly, with the std feature. #4790

  • Added support for passing &[JsValue] slices from Rust to JavaScript functions. #4872

  • Added private attribute on exported types to allow generating exports and structs as implicit internal exported types for function arguments and returns, without exporting them on the public interface. #4788

  • Added iter_custom and iter_custom_future for bench to do custom measurements. #4841

  • Added Window Management API. #4843

Changed

  • Changed WASM import namespace from wbg to ./{name}_bg.js for web and no-modules targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4850

  • Replace WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_OUT and WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_PREFIX with parsing LLVM_PROFILE_FILE analogous to Rust test coverage. #4367

  • Typescript custom sections sorted alphabetically across codegen-units. #4738

  • Optimized demangling performance by removing redundant string formatting #4867

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for node targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4869

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for deno and module targets, aligning with node, bundler and experimental-nodejs-module to enable cross-target WASM sharing.

... (truncated)

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.108

Fixed

  • Fixed regression where panic=unwind builds for non-Wasm targets would trigger UnwindSafe assertions. #4903

0.2.107

Added

  • Support catching panics, and raising JS Exceptions for them, when building with panic=unwind on nightly, with the std feature. #4790

  • Added support for passing &[JsValue] slices from Rust to JavaScript functions. #4872

  • Added private attribute on exported types to allow generating exports and structs as implicit internal exported types for function arguments and returns, without exporting them on the public interface. #4788

  • Added iter_custom and iter_custom_future for bench to do custom measurements. #4841

  • Added Window Management API. #4843

Changed

  • Changed WASM import namespace from wbg to ./{name}_bg.js for web and no-modules targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4850

  • Replace WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_OUT and WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_PREFIX with parsing LLVM_PROFILE_FILE analogous to Rust test coverage. #4367

  • Typescript custom sections sorted alphabetically across codegen-units. #4738

  • Optimized demangling performance by removing redundant string formatting #4867

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for node targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4869

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for deno and module targets, aligning with node, bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4871

... (truncated)

Commits

Updates wasm-bindgen-macro-support from 0.2.106 to 0.2.108

Release notes

Sourced from wasm-bindgen-macro-support's releases.

0.2.108

0.2.108

Fixed

  • Fixed regression where panic=unwind builds for non-Wasm targets would trigger UnwindSafe assertions. #4903

0.2.107

0.2.107

Added

  • Support catching panics, and raising JS Exceptions for them, when building with panic=unwind on nightly, with the std feature. #4790

  • Added support for passing &[JsValue] slices from Rust to JavaScript functions. #4872

  • Added private attribute on exported types to allow generating exports and structs as implicit internal exported types for function arguments and returns, without exporting them on the public interface. #4788

  • Added iter_custom and iter_custom_future for bench to do custom measurements. #4841

  • Added Window Management API. #4843

Changed

  • Changed WASM import namespace from wbg to ./{name}_bg.js for web and no-modules targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4850

  • Replace WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_OUT and WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_PREFIX with parsing LLVM_PROFILE_FILE analogous to Rust test coverage. #4367

  • Typescript custom sections sorted alphabetically across codegen-units. #4738

  • Optimized demangling performance by removing redundant string formatting #4867

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for node targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4869

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for deno and module targets, aligning with node, bundler and experimental-nodejs-module to enable cross-target WASM sharing.

... (truncated)

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.108

Fixed

  • Fixed regression where panic=unwind builds for non-Wasm targets would trigger UnwindSafe assertions. #4903

0.2.107

Added

  • Support catching panics, and raising JS Exceptions for them, when building with panic=unwind on nightly, with the std feature. #4790

  • Added support for passing &[JsValue] slices from Rust to JavaScript functions. #4872

  • Added private attribute on exported types to allow generating exports and structs as implicit internal exported types for function arguments and returns, without exporting them on the public interface. #4788

  • Added iter_custom and iter_custom_future for bench to do custom measurements. #4841

  • Added Window Management API. #4843

Changed

  • Changed WASM import namespace from wbg to ./{name}_bg.js for web and no-modules targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4850

  • Replace WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_OUT and WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_PREFIX with parsing LLVM_PROFILE_FILE analogous to Rust test coverage. #4367

  • Typescript custom sections sorted alphabetically across codegen-units. #4738

  • Optimized demangling performance by removing redundant string formatting #4867

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for node targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4869

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for deno and module targets, aligning with node, bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4871

... (truncated)

Commits

Updates wasm-bindgen-shared from 0.2.106 to 0.2.108

Release notes

Sourced from wasm-bindgen-shared's releases.

0.2.108

0.2.108

Fixed

  • Fixed regression where panic=unwind builds for non-Wasm targets would trigger UnwindSafe assertions. #4903

0.2.107

0.2.107

Added

  • Support catching panics, and raising JS Exceptions for them, when building with panic=unwind on nightly, with the std feature. #4790

  • Added support for passing &[JsValue] slices from Rust to JavaScript functions. #4872

  • Added private attribute on exported types to allow generating exports and structs as implicit internal exported types for function arguments and returns, without exporting them on the public interface. #4788

  • Added iter_custom and iter_custom_future for bench to do custom measurements. #4841

  • Added Window Management API. #4843

Changed

  • Changed WASM import namespace from wbg to ./{name}_bg.js for web and no-modules targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4850

  • Replace WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_OUT and WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_PREFIX with parsing LLVM_PROFILE_FILE analogous to Rust test coverage. #4367

  • Typescript custom sections sorted alphabetically across codegen-units. #4738

  • Optimized demangling performance by removing redundant string formatting #4867

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for node targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4869

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for deno and module targets, aligning with node, bundler and experimental-nodejs-module to enable cross-target WASM sharing.

... (truncated)

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.108

Fixed

  • Fixed regression where panic=unwind builds for non-Wasm targets would trigger UnwindSafe assertions. #4903

0.2.107

Added

  • Support catching panics, and raising JS Exceptions for them, when building with panic=unwind on nightly, with the std feature. #4790

  • Added support for passing &[JsValue] slices from Rust to JavaScript functions. #4872

  • Added private attribute on exported types to allow generating exports and structs as implicit internal exported types for function arguments and returns, without exporting them on the public interface. #4788

  • Added iter_custom and iter_custom_future for bench to do custom measurements. #4841

  • Added Window Management API. #4843

Changed

  • Changed WASM import namespace from wbg to ./{name}_bg.js for web and no-modules targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4850

  • Replace WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_OUT and WASM_BINDGEN_UNSTABLE_TEST_PROFRAW_PREFIX with parsing LLVM_PROFILE_FILE analogous to Rust test coverage. #4367

  • Typescript custom sections sorted alphabetically across codegen-units. #4738

  • Optimized demangling performance by removing redundant string formatting #4867

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for node targets, aligning with bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4869

  • Changed WASM import namespace from __wbindgen_placeholder__ to ./{name}_bg.js for deno and module targets, aligning with node, bundler and experimental-nodejs-module to enable cross-target WASM sharing. #4871

... (truncated)

Commits

Updates web-sys from 0.3.83 to 0.3.85

Commits

Updates wit-bindgen from 0.46.0 to 0.51.0

Commits

Updates zip from 7.0.0 to 7.1.0

Release notes

Sourced from zip's releases.

v7.1.0

🚀 Features

  • display the underlying error in Display impl for ZipError::Display (#483)
  • Enable creation of ZipArchive without reparsing (#485)

🐛 Bug Fixes

  • Return InvalidPassword rather than panic when AES key is the wrong length (#457)
  • bench with auto zip64 comment (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 19, 2026
Comment on lines 923 to 925
"libc",
"windows-sys 0.61.2",
"windows-sys 0.52.0",
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eh

Comment on lines 4219 to 4243
@@ -4260,17 +4228,6 @@ dependencies = [
"syn",
]

[[package]]
name = "windows-implement"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
dependencies = [
"proc-macro2",
"quote",
"syn",
]

[[package]]
name = "windows-interface"
version = "0.58.0"
@@ -4282,17 +4239,6 @@ dependencies = [
"syn",
]

[[package]]
name = "windows-interface"
version = "0.59.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
dependencies = [
"proc-macro2",
"quote",
"syn",
]

[[package]]
name = "windows-link"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yaaaay

Bumps the rust-minor group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.52` | `1.2.53` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` |
| [clap_lex](https://github.com/clap-rs/clap) | `0.7.6` | `0.7.7` |
| [find-msvc-tools](https://github.com/rust-lang/cc-rs) | `0.1.7` | `0.1.8` |
| id3 | `1.16.3` | `1.16.4` |
| [rand_core](https://github.com/rust-random/rand) | `0.9.3` | `0.9.5` |
| [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.26` | `0.1.27` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.13.2` | `1.14.0` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.8` | `0.103.9` |
| [time](https://github.com/time-rs/time) | `0.3.44` | `0.3.45` |
| [time-core](https://github.com/time-rs/time) | `0.1.6` | `0.1.7` |
| [time-macros](https://github.com/time-rs/time) | `0.2.24` | `0.2.25` |
| [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` |
| [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.1+wasi-0.2.4` | `1.0.2+wasi-0.2.9` |
| [wasm-bindgen-futures](https://github.com/wasm-bindgen/wasm-bindgen) | `0.4.56` | `0.4.58` |
| [wasm-bindgen-macro](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.106` | `0.2.108` |
| [wasm-bindgen-macro-support](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.106` | `0.2.108` |
| [wasm-bindgen-shared](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.106` | `0.2.108` |
| [web-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.83` | `0.3.85` |
| [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) | `0.46.0` | `0.51.0` |
| [zip](https://github.com/zip-rs/zip2) | `7.0.0` | `7.1.0` |
| [zmij](https://github.com/dtolnay/zmij) | `1.0.13` | `1.0.15` |


Updates `cc` from 1.2.52 to 1.2.53
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.52...cc-v1.2.53)

Updates `chrono` from 0.4.42 to 0.4.43
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.42...v0.4.43)

Updates `clap_lex` from 0.7.6 to 0.7.7
- [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_lex-v0.7.6...clap_lex-v0.7.7)

Updates `find-msvc-tools` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.7...find-msvc-tools-v0.1.8)

Updates `id3` from 1.16.3 to 1.16.4

Updates `rand_core` from 0.9.3 to 0.9.5
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/commits)

Updates `rustc-demangle` from 0.1.26 to 0.1.27
- [Release notes](https://github.com/rust-lang/rustc-demangle/releases)
- [Changelog](https://github.com/rust-lang/rustc-demangle/blob/main/CHANGELOG.md)
- [Commits](rust-lang/rustc-demangle@rustc-demangle-v0.1.26...rustc-demangle-v0.1.27)

Updates `rustls-pki-types` from 1.13.2 to 1.14.0
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.13.2...v/1.14.0)

Updates `rustls-webpki` from 0.103.8 to 0.103.9
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.8...v/0.103.9)

Updates `time` from 0.3.44 to 0.3.45
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.44...v0.3.45)

Updates `time-core` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/commits)

Updates `time-macros` from 0.2.24 to 0.2.25
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.2.24...v0.2.25)

Updates `tower` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3)

Updates `wasip2` from 1.0.1+wasi-0.2.4 to 1.0.2+wasi-0.2.9
- [Commits](bytecodealliance/wasi-rs@wasip2-1.0.1...wasip2-1.0.2)

Updates `wasm-bindgen-futures` from 0.4.56 to 0.4.58
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

Updates `wasm-bindgen-macro` from 0.2.106 to 0.2.108
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.106...0.2.108)

Updates `wasm-bindgen-macro-support` from 0.2.106 to 0.2.108
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.106...0.2.108)

Updates `wasm-bindgen-shared` from 0.2.106 to 0.2.108
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/wasm-bindgen@0.2.106...0.2.108)

Updates `web-sys` from 0.3.83 to 0.3.85
- [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases)
- [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits)

Updates `wit-bindgen` from 0.46.0 to 0.51.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.46.0...v0.51.0)

Updates `zip` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/zip-rs/zip2/releases)
- [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md)
- [Commits](zip-rs/zip2@v7.0.0...v7.1.0)

Updates `zmij` from 1.0.13 to 1.0.15
- [Release notes](https://github.com/dtolnay/zmij/releases)
- [Commits](dtolnay/zmij@1.0.13...1.0.15)

---
updated-dependencies:
- dependency-name: cc
  dependency-version: 1.2.53
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: chrono
  dependency-version: 0.4.43
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: clap_lex
  dependency-version: 0.7.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: find-msvc-tools
  dependency-version: 0.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: id3
  dependency-version: 1.16.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rand_core
  dependency-version: 0.9.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustc-demangle
  dependency-version: 0.1.27
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: rustls-pki-types
  dependency-version: 1.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: rustls-webpki
  dependency-version: 0.103.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: time
  dependency-version: 0.3.45
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: time-core
  dependency-version: 0.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: time-macros
  dependency-version: 0.2.25
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: tower
  dependency-version: 0.5.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasip2
  dependency-version: 1.0.2+wasi-0.2.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-futures
  dependency-version: 0.4.58
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-macro
  dependency-version: 0.2.108
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-macro-support
  dependency-version: 0.2.108
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wasm-bindgen-shared
  dependency-version: 0.2.108
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: web-sys
  dependency-version: 0.3.85
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
- dependency-name: wit-bindgen
  dependency-version: 0.51.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: zip
  dependency-version: 7.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: rust-minor
- dependency-name: zmij
  dependency-version: 1.0.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: rust-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@torokati44 torokati44 force-pushed the dependabot/cargo/rust-minor-2c7c40f952 branch from a85226d to 0623d8e Compare January 19, 2026 12:09
@torokati44 torokati44 enabled auto-merge (rebase) January 19, 2026 12:09
@torokati44 torokati44 merged commit 2b22903 into main Jan 19, 2026
9 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/rust-minor-2c7c40f952 branch January 19, 2026 12:17
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.

1 participant