Skip to content

deps: bump the deps group across 1 directory with 21 updates#260

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/deps-390523afa9
Open

deps: bump the deps group across 1 directory with 21 updates#260
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/deps-390523afa9

Conversation

@dependabot
Copy link
Contributor

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

Bumps the deps group with 20 updates in the / directory:

Package From To
clap 4.5.54 4.5.56
facet 0.33.0 0.43.2
thiserror 2.0.17 2.0.18
chrono 0.4.42 0.4.43
sysinfo 0.37.2 0.38.0
tokio-postgres 0.7.15 0.7.16
tower 0.5.2 0.5.3
binstalk-downloader 0.13.31 0.13.32
blake3 1.8.2 1.8.3
clap_complete 4.5.64 4.5.65
comfy-table 7.2.1 7.2.2
detect-targets 0.1.76 0.1.79
uuid 1.19.0 1.20.0
zip 7.0.0 7.2.0
indexmap 2.12.1 2.13.0
rust_xlsxwriter 0.92.3 0.93.0
turso 0.4.1 0.4.4
libc 0.2.179 0.2.180
signal-hook 0.3.18 0.4.3
filetime 0.2.26 0.2.27

Updates clap from 4.5.54 to 4.5.56

Release notes

Sourced from clap's releases.

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.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
  • 9cec100 chore: Release
  • 00e72e0 docs: Update changelog
  • c7848ff Merge pull request #6094 from epage/home
  • 60184fb feat(complete): Expand ~ in native completions
  • 09969d3 chore(deps): Update Rust Stable to v1.89 (#6093)
  • 520beb5 chore: Release
  • 2bd8ab3 docs: Update changelog
  • 220875b Merge pull request #6091 from epage/possible
  • e5eb6c9 fix(help): Integrate 'Possible Values:' into 'Arg::help'
  • 594a771 refactor(help): Make empty tracking more consistent
  • Additional commits viewable in compare view

Updates facet from 0.33.0 to 0.43.2

Release notes

Sourced from facet's releases.

facet-args-v0.43.2

Added

  • (facet-core) Add SmallVec support (#1884)

Other

  • (tests) consolidate integration test binaries (#1887)

facet-assert-v0.43.2

Added

  • (facet-core) Add SmallVec support (#1884)

Other

  • (tests) consolidate integration test binaries (#1887)

facet-core-v0.43.2

Added

  • (facet-core) Add SmallVec support (#1884)

Other

  • (tests) consolidate integration test binaries (#1887)

facet-csv-v0.43.2

Added

  • (facet-core) Add SmallVec support (#1884)

Other

  • (tests) consolidate integration test binaries (#1887)

facet-default-v0.43.2

Added

  • (facet-core) Add SmallVec support (#1884)

Other

  • (tests) consolidate integration test binaries (#1887)

facet-dessert-v0.43.2

Added

  • (facet-core) Add SmallVec support (#1884)

... (truncated)

Changelog

Sourced from facet's changelog.

0.43.2 - 2026-01-23

Added

  • (facet-core) Add SmallVec support (#1884)

Other

  • (tests) consolidate integration test binaries (#1887)

0.43.1 - 2026-01-23

Added

  • add Facet implementation for tendril crate (#1870)

0.42.0 - 2026-01-06

Added

  • implement Facet for core::convert::Infallible

Fixed

  • mark function pointers as invariant to prevent lifetime UB
  • (soundness) make OxRef::new and OxMut::new unsafe

Other

  • (bytestring) simplify ByteString impl with vtable_direct! macro
  • Fix #1629: Preserve custom HTML elements during parse/serialize roundtrip
  • Add facet-validate crate for field validation during deserialization
  • Add rust_decimal::Decimal support + fix XML type inference
  • Add rust_decimal::Decimal support to facet-core
  • Add Facet implementation for smol_str::SmolStr
  • Set up release-plz with synchronized versions and trusted publishing
  • Add facet_no_doc cfg for global doc string stripping
  • Fix facet-pretty to respect skip_serializing_if and add HTML roundtrip tests
  • Add html::text attribute for enum variants and comprehensive roundtrip test
  • Fix inconsistent Shape hash (issue #1574)
  • Fix soundness issue: Attr can contain non-Sync data
  • Require 'static for Opaque Facet impl
  • (facet-core) simplify Ox API by requiring T: Facet
  • fix broken intra-doc link to Peek in facet-core
  • Improve AGENTS.md, closes #1551
Commits
  • 8a70f87 chore: release v0.43.2 (#1872)
  • f4163a8 fix(facet-json): correctly handle escape sequences after multi-byte UTF-8 (#1...
  • cfd1e25 feat(facet-reflect): Add from_raw and finish_in_place for stack-friendly dese...
  • 6401013 refactor(tests): consolidate integration test binaries (#1887)
  • 57f174c fix(pretty): ensure visited.remove() is called for proxy types (#1888)
  • 617fd8b Extract dev tooling into separate tools/ workspace (#1881)
  • ad423d2 feat(facet-reflect): Add PokeList for mutable list reflection (#1886)
  • af25c95 feat(facet-core): Add SmallVec support (#1884)
  • abdbd28 fix(deps): update rust crate brotli to v8 (#1867)
  • a858b9e Remove facet-xml ecosystem (moved to facet-rs/facet-xml) (#1879)
  • Additional commits viewable in compare view

Updates thiserror from 2.0.17 to 2.0.18

Release notes

Sourced from thiserror's releases.

2.0.18

Commits
  • dc0f6a2 Release 2.0.18
  • 0275292 Touch up PR 443
  • 3c33bc6 Merge pull request #443 from LucaCappelletti94/master
  • 995939c Reproduce issue 442
  • 21653d1 Made clippy lifetime allows conditional
  • 45e5388 Update actions/upload-artifact@v5 -> v6
  • 386aac1 Update actions/upload-artifact@v4 -> v5
  • ec50561 Update actions/checkout@v5 -> v6
  • 247eab5 Update name of empty_enum clippy lint
  • 91b181f Raise required compiler to Rust 1.68
  • Additional commits viewable in compare view

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 sysinfo from 0.37.2 to 0.38.0

Changelog

Sourced from sysinfo's changelog.

0.38.0

  • Add NetBSD support.
  • Windows: Fix unsoundness for a function used in Motherboard and Product.
  • Linux: Improve CPU info parsing.
  • Fix serde serialization of MacAddr and of Disk::file_system.
Commits
  • 4124381 Update CHANGELOG for 0.38.0
  • 98a3141 Merge pull request #1617 from GuillaumeGomez/updat
  • 7197638 Update crate version to 0.38.0
  • f69a2b9 Fix typos and make Motherboard::new return None on NetBSD
  • 791face Merge pull request #1616 from GuillaumeGomez/netbsd-root
  • b564d9a Add Process::root support for NetBSD
  • 7b324db Merge pull request #1615 from GuillaumeGomez/netbsd
  • ae044ef Implement Process::open_files on NetBSD
  • 8c5cd19 Merge pull request #1609 from notable-equivalent/feature/cgroup-access-from-c
  • 464968f Add C interface for accessing cgroup info
  • Additional commits viewable in compare view

Updates tokio-postgres from 0.7.15 to 0.7.16

Release notes

Sourced from tokio-postgres's releases.

tokio-postgres v0.7.16

Added

  • Added Client::query_scalar, Client::query_one_scalar, and Client::query_opt_scalar methods.
  • Added Row::raw_size_bytes method.
  • Added Column::type_modifier method.

Changed

  • Upgraded whoami to v2.
Commits
  • b7f2cf0 Release tokio-postgres v0.7.16
  • b0a62a5 Release postgres-types v0.2.12
  • 36f7dcd Release postgres-protocol v0.6.10
  • 46ea55c chore(ci): use committed lockfile
  • 167084d build: commit lockfile
  • f187cc5 build(deps): upgrade whoami to v2
  • ac029de Add support for scalar queries.
  • c7a615c fix(postgres-protocol): increase bind parameter limit from i16::MAX to u16::MAX
  • 83e0dfb build: further improve -Zminimal-versions support
  • 117872c fix: broken build caused by #1145
  • Additional commits viewable in compare view

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 binstalk-downloader from 0.13.31 to 0.13.32

Commits

Updates blake3 from 1.8.2 to 1.8.3

Release notes

Sourced from blake3's releases.

1.8.3

version 1.8.3

Changes since 1.8.2:

  • Add Hash::as_slice.
  • Update to the 2024 Edition and bump the MSRV to 1.85.
  • Fix a set of Miri failures in the intrinsics implementations. We were computing (though not dereferencing) an out-of-bounds pointer using add rather than wrapping_add. I'm not aware of any observable consequences of this bug. See BLAKE3-team/BLAKE3#507.
  • CPU feature detection on x86/x86-64 no longer requires the std Cargo feature in the blake3 crate.
  • Build fixes in the C implementation for macOS and Cygwin, and various improvements to the CMake build.
Commits
  • 8b829b6 version 1.8.3
  • 7d6e242 update to the 2024 edition
  • 0b64ce2 bump constant_time_eq version to 0.4.2
  • 890050c Fix Cygwin build by skipping blake3_xof_many_avx512
  • 308b95d Add Hash::as_slice() for convenient serialization to bytes
  • eae9bf3 Revert "pin generic-array to the un-deprecated version"
  • 185f1db pin generic-array to the un-deprecated version
  • c54ee7e add a warning to the --check doc
  • 2f341f1 update ccache reference to official release notes URL
  • 8bec2fb chore: make some documents clearer (#528)
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.64 to 4.5.65

Commits
  • a99bd42 chore: Release
  • 485d781 docs: Update changelog
  • 0acc8c8 Merge pull request #6209 from saiarcot895/fix-optional-value-option-zsh
  • 6c2cff6 fix: Allow optional value arguments for Zsh shell completion
  • 58723e5 test: Generate completions with multi/optional value options
  • 4ecbf54 chore: Release
  • f04062b docs: Update changelog
  • d68caa8 Merge pull request #6205 from maheshbansod/default-val-no-desc
  • a062eaf fix: Default vals on new line if possible values
  • 15509af test: Demonstrate default value ui bug on no desc
  • See full diff in compare view

Updates comfy-table from 7.2.1 to 7.2.2

Release notes

Sourced from comfy-table's releases.

v7.2.2

[7.2.2] - 2026-01-13

Fix

  • Minor performance improvements
  • Fixed an edge-case, where multiple LowerBoundary constraints weren't uphold.
  • Fixed an issue where tables were misformatted when no vertical border styling was specified. #198

[7.2.1] - 2025-09-11

Misc

  • Adjust a single test case to not fail in 0x0 sized tty-environments. !186
Changelog

Sourced from comfy-table's changelog.

[7.2.2] - 2026-01-13

Fix

  • Minor performance improvements
  • Fixed an edge-case, where multiple LowerBoundary constraints weren't uphold.
  • Fixed an issue where tables were misformatted when no vertical border styling was specified. #198
Commits
  • 9040cd2 chore: Release comfy-table version 7.2.2
  • 51f69f6 docs: Prepare changelog for release
  • 2c697e1 Merge pull request #201 from Nukesor/fix-cell-verticl-styling
  • 4bc64ad fix: Cell formatting without any vertical styling
  • dda03a0 meta: LLM contribution guidelines
  • f1aa156 meta: Add AGENTS.md
  • d01e3d5 Merge pull request #200 from Nukesor/tests
  • 053f7c9 chore: Format codebase with nightly rules
  • 78e8f46 fix: Split doesn't result in violation of lower boundary
  • 68c307c fix: Successive lower boundary constraints
  • Additional commits viewable in compare view

Updates detect-targets from 0.1.76 to 0.1.79

Release notes

Sourced from detect-targets's releases.

detect-targets-v0.1.79

Other

  • Fix changelog format (#2454)

detect-targets-v0.1.78

No release notes provided.

detect-targets-v0.1.77

No release notes provided.

Commits

Updates uuid from 1.19.0 to 1.20.0

Release notes

Sourced from uuid's releases.

v1.20.0

What's Changed

New Contributors

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

Commits
  • c3346dd Merge pull request #857 from uuid-rs/cargo/v1.20.0
  • 66eebc3 prepare for 1.20.0 release
  • 3b66758 Merge pull request #856 from uuid-rs/docs/bytes-le-ordering
  • e2bdd44 don't run UI tests in wasm
  • b6dc7ec note that ordering applies to fields in to/from_bytes_le
  • a0281cd Merge pull request #855 from uuid-rs/feat/serde-fmt
  • db27b67 Merge pull request #854 from mivort/non-nil-uuid-ord
  • efb06f2 implement Deserialize on adapter types
  • 50d44ad Derive Ord and PartialOrd for NonNilUuid
  • See full diff in compare view

Updates zip from 7.0.0 to 7.2.0

Release notes

Sourced from zip's releases.

v7.2.0

🚀 Features

  • add read_zipfile_from_stream_with_compressed_size (#70)
  • Allow choosing bzip2 rust backend (#329)

🐛 Bug Fixes

  • Need to include zip64 extra field in central directory (fix #353) (#360)
  • Fails to extract file which might or might not be malformed (#376) (#426)
  • (aes) Allow AES encryption while streaming (#463)
  • Default "platform" field in zip files should be set to the local platform, rather than always "Unix" (#470) (#471)

🚜 Refactor

  • Define cfg_if! and cfg_if_expr! internal macros (#438)

⚡ Performance

  • Change an assert to debug_assert when encrypting/decrypting AES, and eliminate a fallible operation (#521)
  • eliminate a String clone per new file added to archive, and other related refactors (#522)

⚙️ Miscellaneous Tasks

  • Fix another merge error, this one affecting only builds with flate2 and not zopfli
  • Fix more merge issues
  • Fix merge
  • Fix write_dir build errors on specific feature configs
  • Fix clippy warning
  • Fix --all-features build error
  • Fix merge

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 (#505)
  • add condition for getrandom dependency (#504)
  • (zipcrypto) Support streaming ZipCrypto encryption, don't store entire file in memory (#462)

🚜 Refactor

  • Clean up imports and move types (#461)
  • Replace handwritten Ord and PartialOrd for DateTime (#484)

... (truncated)

Changelog

Sourced from zip's changelog.

7.2.0 - 2026-01-20

🚀 Features

  • add read_zipfile_from_stream_with_compressed_size (#70)
  • Allow choosing bzip2 rust backend (#329)

🐛 Bug Fixes

  • Need to include zip64 extra field in central directory (fix #353) (#360)
  • Fails to extract file which might or might not be malformed (#376) (#426)
  • (aes) Allow AES encryption while streaming (#463)
  • Default "platform" field in zip files should be set to the local platform, rather than always "Unix" (#470) (#471)

🚜 Refactor

  • Define cfg_if! and cfg_if_expr! internal macros (#438)

⚡ Performance

  • Change an assert to debug_assert when encrypting/decrypting AES, and eliminate a fallible operation (#521)
  • eliminate a String clone per new file added to archive, and other related refactors (#522)

7.1.0 - 2026-01-14

🚀 Features

  • display the underlying error in Display impl for ZipError (#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 (#505)
  • add condition for getrandom dependency (#504)
  • (zipcrypto) Support streaming ZipCrypto encryption, don't store entire file in memory (#462)

🚜 Refactor

  • Clean up imports and move types (#461)
  • Replace handwritten Ord and PartialOrd for DateTime (#484)

⚙️ Miscellaneous Tasks

  • Lock lzma-rust2 to at least 0.15.5 (#491)
Commits
  • 46dc29c chore: release v7.2.0 (#526)
  • 8a586c6 test: Move a test that was in wrong folder and was using main() instead of `#...
  • cfbb476 docs(examples): Fix remaining log-injection alerts, and simplify writeln to e...
  • d905296 ci: Disable trigger on non-master push (#538)
  • a3a8696 chore(deps): Increase zstd minimum version to 0.13.3 (#539)
  • abd8bc8 ci: Add wasm tests and restore conditional wasm-bindgen dependency (#525)
  • c10c339 doc(examples): add delete/update examples (#56)
  • 9c1a9c7 docs(examples): Fix code scanning alert no. 228: Uncontrolled data used in pa...
  • a12eaaf ci: Combine rename invocations (#533)
  • e86d376 fix: Need to include zip64 extra field in central directory (fix #353) (#360)
  • Additional commits viewable in compare view

Updates indexmap from 2.12.1 to 2.13.0

Changelog

Sourced from indexmap's changelog.

2.13.0 (2026-01-07)

  • Implemented Clone for IntoKeys and IntoValues.
  • Added map::Slice::split_at_checked and split_at_mut_checked.
  • Added set::Slice::split_at_checked.
Commits
  • a4aba99 Merge pull request #431 from cuviper/release-2.13.0
  • e345f3a Release 2.13.0
  • e6b677b Merge pull request #430 from cuviper/split_at_checked
  • 61c9d53 Add Slice::split_at_checked and split_at_mut_checked
  • 8b8d350 Merge pull request #426 from cuviper/clone-intokv
  • 88efd0c impl Clone for IntoKeys and IntoValues
  • 3b6d04b Merge pull request #425 from cuviper/inner-core
  • eb30eb1 Move crate::map::core to crate::inner
  • See full diff in compare view

Updates rust_xlsxwriter from 0.92.3 to 0.93.0

Changelog

Sourced from rust_xlsxwriter's changelog.

[0.93.0] - 2026-01-27

Added

  • Added support for autofitting formatted numbers and dates like $1,000,000.00 or January 1 2026. This requires the optional ssfmt crate and is enabled by the enhanced_autofit feature flag. For cells with number formats the width of the formatted number is now taken into account, like this example where the number 1 is formatted in different ways:

    The previous behaviour, and the behaviour without the enhanced_autofit feature enabled, was to produce a file that looked like this:

  • Added the Worksheet::set_autofit_max_row() method to limit the number of rows processed when applying Worksheet::autofit(). This is a performance workaround for autofitting large datasets where a value of 200-500 rows can be used to autofit the data in the visible row range of most users.

  • Added the Worksheet::set_autofit_max_width() method to enable an upper bound column width when autofitting long strings. This replaces the deprecated Worksheet::autofit_to_max_width() method.

Deprecated

[0.92.4] - 2026-01-24

Fixed

  • Fixed issue where XML escape-like strings, such as _x1234 were being doubly escaped, inadvertently.

    [Issue #166].

    [Issue #166]: jmcnamara/rust_xlsxwriter#166

  • Fixed/added escaping of invalid \uFFFF and \uFFFE characters.

... (truncated)

Commits
  • b9ded3c release: 0.93.0
  • dfa4a68 autofit: improve documentation
  • 896fe44 autofit: add method to set max autofit row
  • 2492154 autofit: add method to set max autofit width
  • 49b13a8 autofit: add docs and change feature flag
  • 13b8753 autofit: add support standalone worksheets and constant_memory mode
  • 2ce56cb autofit: add support for caching the ssfmt ast
  • caafcd2 autofit: initial support for formatted numbers
  • e7dc156 release: 0.93.4
  • d7be6ae cargo: bump zip dependency
  • Additional commits viewable in compare view

Updates turso from 0.4.1 to 0.4.4

Release notes

Sourced from turso's releases.

0.4.4 -- 2026-01-30

Release Notes

Added

  • Implement simple strategy to restart WAL log if possible (Nikita Sivukhin)
  • core/mvcc: Add support for synchronous off mode (Pekka Enberg)

Updated

  • Remove unused lints, variables and functions (Pedro Muniz)
  • WAL auto truncation: increase epoch to prevent stale pages reuse (Nikita Sivukhin)
  • Refactor core/lib.rs Connection impl out to its own file (Preston Thorpe)
  • Replace GPL-2.0 bloom crate with MIT-licensed fastbloom (Jussi Saurio)
  • core: Use fast monotonic time when possible (Pekka Enberg)

Fixed

  • Fix wal checkpoint (Nikita Sivukhin)
  • Busy snapshot bugfix (Nikita Sivukhin)
  • fix(vdbe): CHAR() function should handle full Unicode range (Mikaël Francoeur)
  • do not call unlock_after_restart in case of er...

    Description has been truncated

Bumps the deps group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.54` | `4.5.56` |
| [facet](https://github.com/facet-rs/facet) | `0.33.0` | `0.43.2` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.17` | `2.0.18` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.42` | `0.4.43` |
| [sysinfo](https://github.com/GuillaumeGomez/sysinfo) | `0.37.2` | `0.38.0` |
| [tokio-postgres](https://github.com/rust-postgres/rust-postgres) | `0.7.15` | `0.7.16` |
| [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` |
| [binstalk-downloader](https://github.com/cargo-bins/cargo-binstall) | `0.13.31` | `0.13.32` |
| [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.8.2` | `1.8.3` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.64` | `4.5.65` |
| [comfy-table](https://github.com/nukesor/comfy-table) | `7.2.1` | `7.2.2` |
| [detect-targets](https://github.com/cargo-bins/cargo-binstall) | `0.1.76` | `0.1.79` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.19.0` | `1.20.0` |
| [zip](https://github.com/zip-rs/zip2) | `7.0.0` | `7.2.0` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.1` | `2.13.0` |
| [rust_xlsxwriter](https://github.com/jmcnamara/rust_xlsxwriter) | `0.92.3` | `0.93.0` |
| [turso](https://github.com/tursodatabase/turso) | `0.4.1` | `0.4.4` |
| [libc](https://github.com/rust-lang/libc) | `0.2.179` | `0.2.180` |
| [signal-hook](https://github.com/vorner/signal-hook) | `0.3.18` | `0.4.3` |
| [filetime](https://github.com/alexcrichton/filetime) | `0.2.26` | `0.2.27` |



Updates `clap` from 4.5.54 to 4.5.56
- [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.56)

Updates `facet` from 0.33.0 to 0.43.2
- [Release notes](https://github.com/facet-rs/facet/releases)
- [Changelog](https://github.com/facet-rs/facet/blob/main/CHANGELOG.md)
- [Commits](facet-rs/facet@v0.33.0...facet-v0.43.2)

Updates `thiserror` from 2.0.17 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.17...2.0.18)

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 `sysinfo` from 0.37.2 to 0.38.0
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.37.2...v0.38.0)

Updates `tokio-postgres` from 0.7.15 to 0.7.16
- [Release notes](https://github.com/rust-postgres/rust-postgres/releases)
- [Commits](rust-postgres/rust-postgres@tokio-postgres-v0.7.15...tokio-postgres-v0.7.16)

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 `binstalk-downloader` from 0.13.31 to 0.13.32
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml)
- [Commits](cargo-bins/cargo-binstall@binstalk-downloader-v0.13.31...binstalk-downloader-v0.13.32)

Updates `blake3` from 1.8.2 to 1.8.3
- [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases)
- [Commits](BLAKE3-team/BLAKE3@1.8.2...1.8.3)

Updates `clap_complete` from 4.5.64 to 4.5.65
- [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.64...clap_complete-v4.5.65)

Updates `comfy-table` from 7.2.1 to 7.2.2
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](Nukesor/comfy-table@v7.2.1...v7.2.2)

Updates `detect-targets` from 0.1.76 to 0.1.79
- [Release notes](https://github.com/cargo-bins/cargo-binstall/releases)
- [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml)
- [Commits](cargo-bins/cargo-binstall@detect-targets-v0.1.76...detect-targets-v0.1.79)

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

Updates `zip` from 7.0.0 to 7.2.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.2.0)

Updates `indexmap` from 2.12.1 to 2.13.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.12.1...2.13.0)

Updates `rust_xlsxwriter` from 0.92.3 to 0.93.0
- [Changelog](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md)
- [Commits](jmcnamara/rust_xlsxwriter@v0.92.3...v0.93.0)

Updates `turso` from 0.4.1 to 0.4.4
- [Release notes](https://github.com/tursodatabase/turso/releases)
- [Changelog](https://github.com/tursodatabase/turso/blob/v0.4.4/CHANGELOG.md)
- [Commits](tursodatabase/turso@v0.4.1...v0.4.4)

Updates `turso_core` from 0.4.1 to 0.4.4
- [Release notes](https://github.com/tursodatabase/turso/releases)
- [Changelog](https://github.com/tursodatabase/turso/blob/v0.4.4/CHANGELOG.md)
- [Commits](tursodatabase/turso@v0.4.1...v0.4.4)

Updates `libc` from 0.2.179 to 0.2.180
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.179...0.2.180)

Updates `signal-hook` from 0.3.18 to 0.4.3
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@v0.3.18...v0.4.3)

Updates `filetime` from 0.2.26 to 0.2.27
- [Commits](alexcrichton/filetime@0.2.26...0.2.27)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.56
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: facet
  dependency-version: 0.43.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: chrono
  dependency-version: 0.4.43
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: sysinfo
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: tokio-postgres
  dependency-version: 0.7.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: tower
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: binstalk-downloader
  dependency-version: 0.13.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: blake3
  dependency-version: 1.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: clap_complete
  dependency-version: 4.5.65
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: comfy-table
  dependency-version: 7.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: detect-targets
  dependency-version: 0.1.79
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: uuid
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: zip
  dependency-version: 7.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: indexmap
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: rust_xlsxwriter
  dependency-version: 0.93.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: turso
  dependency-version: 0.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: turso_core
  dependency-version: 0.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: libc
  dependency-version: 0.2.180
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: signal-hook
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: filetime
  dependency-version: 0.2.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

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 2, 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