Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the rust-updates group across 1 directory with 20 updates #6190

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Bumps the rust-updates group with 20 updates in the / directory:

Package From To
bstr 1.11.1 1.11.3
insta 1.41.1 1.42.1
uuid 1.11.0 1.13.1
thiserror 2.0.9 2.0.11
tokio 1.42.0 1.43.0
tempfile 3.14.0 3.16.0
diffy 0.4.0 0.4.2
clap 4.5.23 4.5.28
rand 0.8.5 0.9.0
gix-path 0.10.13 0.10.14
windows 0.58.0 0.59.0
infer 0.16.0 0.19.0
log 0.4.22 0.4.25
gix-utils 0.1.13 0.1.14
tauri-plugin-http 2.2.0 2.3.0
tauri-plugin-log 2.2.0 2.2.1
tauri-plugin-single-instance 2.2.0 2.2.1
tauri-plugin-updater 2.3.0 2.5.0
tauri-plugin-window-state 2.2.0 2.2.1
open 5.3.1 5.3.2

Updates bstr from 1.11.1 to 1.11.3

Commits
  • cbe2c69 1.11.3
  • 1ade797 impl: fix impl_partial_eq_cow to apply .as_bytes() and &** to the corre...
  • b669472 1.11.2
  • 732fc99 impl: fix formatting of control characters \x1a through \x1f in Debug impl
  • 7cd4694 impl: remove unused 'b lifetime from trait implementation macros
  • See full diff in compare view

Updates insta from 1.41.1 to 1.42.1

Release notes

Sourced from insta's releases.

1.42.1

Release Notes

  • Improved handling of control characters in inline snapshots. #713

Install cargo-insta 1.42.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.42.1/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.42.1/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.42.1

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.42.0

Release Notes

  • Text snapshots no longer contain snapshot_type: text in their metadata. For context, we originally added this in the prior release (1.41.0) to support binary snapshots, but some folks disliked the diff noise on any snapshot changes, and the maintainers' weighted votes favored reverting. I apologize that this will cause some additional churn for those who used cargo insta test --force-update-snapshots to update their snapshots to the 1.41 format; running this again with 1.42 will remove those metadata entries. To confirm: this doesn't affect whether snapshot tests pass or fail — the worst impact is some additional diffs in metadata. #690
  • Pending snapshots are no longer removed throughout the workspace by cargo-insta before running tests. Instead, running a test will overwrite or remove its own pending snapshot. To remove all pending snapshots, use cargo insta reject or run tests with --unreferenced=delete. #651
  • insta::internals::SettingsBindDropGuard (returned from Settings::bind_to_scope) no longer implements Send. This was incorrect and any tests relying on this behavior where not working properly. Fixes #694 in #695 by @​jalil-salame

Install cargo-insta 1.42.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.42.0/cargo-insta-installer.ps1 | iex"

... (truncated)

Changelog

Sourced from insta's changelog.

1.42.1

  • Improved handling of control characters in inline snapshots. #713
  • Add pending deprecation warning for --accept-unseen. We've left an issue open at mitsuhiko/insta#659 eliciting feedback on whether anyone uses this for a few months. A warning will now be printed when --accept-unseen is used, and we'll eventually remove the feature unless we get some feedback that it's useful. #668

1.42.0

  • Text snapshots no longer contain snapshot_type: text in their metadata. For context, we originally added this in the prior release (1.41.0) to support binary snapshots, but some folks disliked the diff noise on any snapshot changes, and the maintainers' weighted votes favored reverting. I apologize that this will cause some additional churn for those who used cargo insta test --force-update-snapshots to update their snapshots to the 1.41 format; running this again with 1.42 will remove those metadata entries. To confirm: this doesn't affect whether snapshot tests pass or fail — the worst impact is some additional diffs in metadata. #690
  • Pending snapshots are no longer removed throughout the workspace by cargo-insta before running tests. Instead, running a test will overwrite or remove its own pending snapshot. To remove all pending snapshots, use cargo insta reject or run tests with --unreferenced=delete. #651
  • insta::internals::SettingsBindDropGuard (returned from Settings::bind_to_scope) no longer implements Send. This was incorrect and any tests relying on this behavior where not working properly. Fixes #694 in #695 by @​jalil-salame
Commits

Updates uuid from 1.11.0 to 1.13.1

Release notes

Sourced from uuid's releases.

1.13.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@1.13.0...1.13.1

1.13.0

⚠️ Potential Breakage

This release updates our version of getrandom to 0.3 and rand to 0.9. It is a potentially breaking change for the following users:

no-std users who enable the rng feature

uuid still uses getrandom by default on these platforms. Upgrade your version of getrandom and follow its new docs on configuring a custom backend.

wasm32-unknown-unknown users who enable the rng feature without the js feature

Upgrade your version of getrandom and follow its new docs on configuring a backend.

You'll also need to enable the rng-getrandom or rng-rand feature of uuid to force it to use getrandom as its backend:

[dependencies.uuid]
version = "1.13.0"
- features = ["v4"]
+ features = ["v4", "rng-getrandom"]
[dependencies.getrandom]
version = "0.3"

If you're on wasm32-unknown-unknown and using the js feature of uuid you shouldn't see any breakage. We've kept this behavior by vendoring in getrandom's web-based backend when the js feature is enabled.

What's Changed

Full Changelog: uuid-rs/uuid@1.12.1...1.13.0

1.12.1

What's Changed

... (truncated)

Commits
  • 5421417 Merge pull request #799 from uuid-rs/cargo/1.13.1
  • df58674 prepare for 1.13.1 release
  • f175242 Merge pull request #797 from bushrat011899/wasm32_atomics
  • 65c31b3 Include CI Update
  • 17673a1 Fix wasm32 with atomics
  • 1cf1433 Merge pull request #795 from uuid-rs/cargo/1.13.0
  • ded7a1e prepare for 1.13.0 release
  • 6494c4b Merge pull request #794 from uuid-rs/feat/getrandom-wasm32
  • 9e7300c fix some warnings on various feature enablement
  • 6c155b4 work around lack of dep:x and x/y feature support in 1.63
  • Additional commits viewable in compare view

Updates thiserror from 2.0.9 to 2.0.11

Release notes

Sourced from thiserror's releases.

2.0.11

2.0.10

  • Support errors containing a generic type parameter's associated type in a field (#408)
Commits
  • 0f532e3 Release 2.0.11
  • 3d15543 Merge pull request #410 from dtolnay/testnostd
  • 1a226ae Disable two more integration tests in no-std mode
  • 8b5f2d7 Fix unused import in test when built without std
  • eecd247 Add CI step to test with "std" disabled
  • 8f2a76b Merge pull request #409 from Maytha8/std-tests
  • 693a6cd Add feature gate to tests that use std
  • 349f696 Release 2.0.10
  • 6cd87bc Merge pull request #408 from dtolnay/assoctype
  • 6b3e1e5 Generate trait bounds on associated types
  • Additional commits viewable in compare view

Updates tokio from 1.42.0 to 1.43.0

Release notes

Sourced from tokio's releases.

Tokio v1.43.0

1.43.0 (Jan 8th, 2025)

Added

  • net: add UdpSocket::peek methods (#7068)
  • net: add support for Haiku OS (#7042)
  • process: add Command::into_std() (#7014)
  • signal: add SignalKind::info on illumos (#6995)
  • signal: add support for realtime signals on illumos (#7029)

Fixed

  • io: don't call set_len before initializing vector in Blocking (#7054)
  • macros: suppress clippy::needless_return in #[tokio::main] (#6874)
  • runtime: fix thread parking on WebAssembly (#7041)

Changes

  • chore: use unsync loads for unsync_load (#7073)
  • io: use Buf::put_bytes in Repeat read impl (#7055)
  • task: drop the join waker of a task eagerly (#6986)

Changes to unstable APIs

  • metrics: improve flexibility of H2Histogram Configuration (#6963)
  • taskdump: add accessor methods for backtrace (#6975)

Documented

  • io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • runtime: fix LocalRuntime doc links (#7074)
  • sync: extend documentation for watch::Receiver::wait_for (#7038)
  • sync: fix typos in OnceCell docs (#7047)

#6874: tokio-rs/tokio#6874 #6963: tokio-rs/tokio#6963 #6975: tokio-rs/tokio#6975 #6986: tokio-rs/tokio#6986 #6995: tokio-rs/tokio#6995 #7014: tokio-rs/tokio#7014 #7029: tokio-rs/tokio#7029 #7038: tokio-rs/tokio#7038 #7041: tokio-rs/tokio#7041 #7042: tokio-rs/tokio#7042 #7047: tokio-rs/tokio#7047 #7053: tokio-rs/tokio#7053 #7054: tokio-rs/tokio#7054 #7055: tokio-rs/tokio#7055

... (truncated)

Commits
  • 5f3296d chore: prepare Tokio v1.43.0 (#7079)
  • cc974a6 chore: prepare tokio-macros v2.5.0 (#7078)
  • 15495fd metrics: improve flexibility of H2Histogram Configuration (#6963)
  • ad41834 io: don't call set_len before initializing vector in Blocking (#7054)
  • bd3e857 runtime: move is_join_waker_set assertion in unset_waker (#7072)
  • 15f7366 runtime: fix LocalRuntime doc links (#7074)
  • fd2048d ci: split miri jobs into unit and integration tests (#7071)
  • e8f3915 chore: use unsync loads for unsync_load (#7073)
  • 67f1277 net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • 463502c io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • Additional commits viewable in compare view

Updates tempfile from 3.14.0 to 3.16.0

Changelog

Sourced from tempfile's changelog.

3.16.0

  • Update getrandom to 0.3.0 (thanks to @​paolobarbolini).
  • Allow windows-sys versions 0.59.x in addition to 0.59.0 (thanks @​ErichDonGubler).
  • Improved security documentation (thanks to @​n0toose for collaborating with me on this).

3.15.0

Re-seed the per-thread RNG from system randomness when we repeatedly fail to create temporary files (#314). This resolves a potential DoS vector (#178) while avoiding getrandom in the common case where it's necessary. The feature is optional but enabled by default via the getrandom feature.

For libc-free builds, you'll either need to disable this feature or opt-in to a different getrandom backend.

Commits

Updates diffy from 0.4.0 to 0.4.2

Changelog

Sourced from diffy's changelog.

[0.4.2] - 2025-01-29

Added

  • #37 Allow configuring the "No newline at end of file" message from being printed when formatting a patch.
  • #38 Add support for configuring suppress_blank_empty.

[0.4.1] - 2025-01-29

Added

  • #36 Add ability to configure filenames when creating a patch with DiffOptions.
Commits
  • 4813ce7 diffy 0.4.2
  • 63ee6eb chore: add comment about requirement to work with in-memory text
  • 78e2fdd patch: add support for configuring suppress_blank_empty (#38)
  • acff31e patch: allow configuring the "No newline at end of file" message (#37)
  • c7df5fb diffy 0.4.1
  • 26322ac feat: control filenames in DiffOptions (#36)
  • See full diff in compare view

Updates clap from 4.5.23 to 4.5.28

Release notes

Sourced from clap's releases.

v4.5.28

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

v4.5.27

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback

v4.5.26

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

v4.5.24

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Changelog

Sourced from clap's changelog.

[4.5.28] - 2025-02-03

Features

  • (derive) Unstable support for full markdown syntax for doc comments, enabled with unstable-markdown

[4.5.27] - 2025-01-20

Documentation

  • Iterate on tutorials and reference based on feedback

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Commits

Updates rand from 0.8.5 to 0.9.0

Changelog

Sourced from rand's changelog.

[0.9.0] - 2025-01-27

Security and unsafe

  • Policy: "rand is not a crypto library" (#1514)
  • Remove fork-protection from ReseedingRng and ThreadRng. Instead, it is recommended to call ThreadRng::reseed on fork. (#1379)
  • Use zerocopy to replace some unsafe code (#1349, #1393, #1446, #1502)

Dependencies

  • Bump the MSRV to 1.63.0 (#1207, #1246, #1269, #1341, #1416, #1536); note that 1.60.0 may work for dependents when using --ignore-rust-version
  • Update to rand_core v0.9.0 (#1558)

Features

  • Support std feature without getrandom or rand_chacha (#1354)
  • Enable feature small_rng by default (#1455)
  • Remove implicit feature rand_chacha; use std_rng instead. (#1473)
  • Rename feature serde1 to serde (#1477)
  • Rename feature getrandom to os_rng (#1537)
  • Add feature thread_rng (#1547)

API changes: rand_core traits

  • Add fn RngCore::read_adapter implementing std::io::Read (#1267)
  • Add trait CryptoBlockRng: BlockRngCore; make trait CryptoRng: RngCore (#1273)
  • Add traits TryRngCore, TryCryptoRng (#1424, #1499)
  • Rename fn SeedableRng::from_rng -> try_from_rng and add infallible variant fn from_rng (#1424)
  • Rename fn SeedableRng::from_entropy -> from_os_rng and add fallible variant fn try_from_os_rng (#1424)
  • Add bounds Clone and AsRef to associated type SeedableRng::Seed (#1491)

API changes: Rng trait and top-level fns

  • Rename fn rand::thread_rng() to rand::rng() and remove from the prelude (#1506)
  • Remove fn rand::random() from the prelude (#1506)
  • Add top-level fns random_iter, random_range, random_bool, random_ratio, fill (#1488)
  • Re-introduce fn Rng::gen_iter as random_iter (#1305, #1500)
  • Rename fn Rng::gen to random to avoid conflict with the new gen keyword in Rust 2024 (#1438)
  • Rename fns Rng::gen_range to random_range, gen_bool to random_bool, gen_ratio to random_ratio (#1505)
  • Annotate panicking methods with #[track_caller] (#1442, #1447)

API changes: RNGs

  • Fix <SmallRng as SeedableRng>::Seed size to 256 bits (#1455)
  • Remove first parameter (rng) of ReseedingRng::new (#1533)

API changes: Sequences

  • Split trait SliceRandom into IndexedRandom, IndexedMutRandom, SliceRandom (#1382)
  • Add IndexedRandom::choose_multiple_array, index::sample_array (#1453, #1469)

API changes: Distributions: renames

  • Rename module rand::distributions to rand::distr (#1470)
  • Rename distribution Standard to StandardUniform (#1526)
  • Move distr::Slice -> distr::slice::Choose, distr::EmptySlice -> distr::slice::Empty (#1548)
  • Rename trait distr::DistString -> distr::SampleString (#1548)
  • Rename distr::DistIter -> distr::Iter, distr::DistMap -> distr::Map (#1548)

... (truncated)

Commits

Updates gix-path from 0.10.13 to 0.10.14

Release notes

Sourced from gix-path's releases.

gix-path v0.10.14

Chore

  • bump rust-version to 1.70 That way clippy will allow to use the fantastic Option::is_some_and() and friends.

New Features

  • add env::core_dir()
  • add env::git_shell() to obtain the shell Git would be using. This is particularly useful to execute Git hooks.

Bug Fixes

  • rename env::login_shell() to shell() and explain what it is. This assures we don't suggest the usage of actual login shells to ever be used to execute hooks.

    Note that this is not marked as breaking change as no release was made with the old name yet.

Commit Statistics

  • 12 commits contributed to the release over the course of 55 calendar days.
  • 55 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1758 from GitoxideLabs/git-shell (851a7c4)
    • Apply suggestions from code review (5400320)
    • More robust localization of sh.exe on Windows (0737c41)
    • Add env::core_dir() (73ee27a)
    • Rename env::login_shell() to shell() and explain what it is. (51bbb86)
    • Merge pull request #1752 from GitoxideLabs/git-shell (1ca480a)
    • Add env::git_shell() to obtain the shell Git would be using. (840c71d)
    • Refactor git-path tests (4ef3a8d)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)
Commits
  • dea106a Release gix-utils v0.1.14, gix-actor v0.33.2, gix-hash v0.16.0, gix-trace v0....
  • 7570daa don't specify version numbers in dev-dependencies
  • 1f6390c update all changelogs prior to release
  • 1e37e95 Merge pull request #1777 from EliahKagan/run-ci/arm
  • d5dc5bf Merge pull request #1776 from EliahKagan/fuzz-next
  • 90e08f1 Merge pull request #1774 from EliahKagan/complex-graph-no-baseline-next
  • c7f5013 Let either test-32bit cancel the other on failure
  • c3d4cff Remove the test-32bit-cross job
  • fbc27b5 Install 64-bit libstdc++ in both 32-bit containers
  • cbe3793 Use the ARM runner for some 32-bit tests
  • Additional commits viewable in compare view

Updates windows from 0.58.0 to 0.59.0

Commits

Updates infer from 0.16.0 to 0.19.0

Release notes

Sourced from infer's releases.

v0.19.0

Changelog

v0.19.0 - 2025-02-01

Build

  • 4256ea0 update crate version to 0.19.0

Commits

  • 4256ea0 update crate version to 0.19.0
  • 6424c63 Merge pull request #105 from grumlimited/par2
  • 4b58ab6 Par2 - added support
  • 2fcb251 Par2 - added support
  • d2f3e2f Par2 - added support
  • 2e1bdd3 Par2 - added support

v0.18.0

Changelog

v0.18.0 - 2025-02-01

Build

  • cba46eb update crate version to 0.18.0

Commits

  • cba46eb update crate version to 0.18.0
  • cbf3b9e Merge pull request #98 from sorairolake/feature/archives
  • f591327 feat(archive): Add LZ4 support
  • 51d4a37 feat(archive): Add bzip3 support

v0.17.0

Changelog

v0.17.0 - 2025-02-01

Build

  • 644cf90 update crate version

Commits

  • 644cf90 update crate version
  • 733023f fix lints
  • bbd3ba2 Merge pull request #100 from MercuryTechnologies/heix-support
  • 1ef78eb Handle heix (iOS 18)
Commits
  • 4256ea0 build: update crate version to 0.19.0
  • 6424c63 Merge pull request #105 from grumlimited/par2
  • cba46eb build: update crate version to 0.18.0
  • cbf3b9e Merge pull request #98 from sorairolake/feature/archives
  • 644cf90 build: update crate version
  • 733023f chore: fix lints
  • bbd3ba2 Merge pull request #100 from MercuryTechnologies/heix-support
  • 4b58ab6 Par2 - added support
  • 2fcb251 Par2 - added support
  • d2f3e2f Par2 - added support
  • Additional commits viewable in compare view

Updates log from 0.4.22 to 0.4.25

Release notes

Sourced from log's releases.

0.4.25

What's Changed

Full Changelog: rust-lang/log@0.4.24...0.4.25

0.4.24 (yanked)

What's Changed

Full Changelog: rust-lang/log@0.4.23...0.4.24

0.4.23 (yanked)

What's Changed

New Contributors

…pdates

Bumps the rust-updates group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [bstr](https://github.com/BurntSushi/bstr) | `1.11.1` | `1.11.3` |
| [insta](https://github.com/mitsuhiko/insta) | `1.41.1` | `1.42.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.11.0` | `1.13.1` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.42.0` | `1.43.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.14.0` | `3.16.0` |
| [diffy](https://github.com/bmwill/diffy) | `0.4.0` | `0.4.2` |
| [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.28` |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` |
| [gix-path](https://github.com/GitoxideLabs/gitoxide) | `0.10.13` | `0.10.14` |
| [windows](https://github.com/microsoft/windows-rs) | `0.58.0` | `0.59.0` |
| [infer](https://github.com/bojand/infer) | `0.16.0` | `0.19.0` |
| [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.25` |
| [gix-utils](https://github.com/GitoxideLabs/gitoxide) | `0.1.13` | `0.1.14` |
| [tauri-plugin-http](https://github.com/tauri-apps/plugins-workspace) | `2.2.0` | `2.3.0` |
| [tauri-plugin-log](https://github.com/tauri-apps/plugins-workspace) | `2.2.0` | `2.2.1` |
| [tauri-plugin-single-instance](https://github.com/tauri-apps/plugins-workspace) | `2.2.0` | `2.2.1` |
| [tauri-plugin-updater](https://github.com/tauri-apps/plugins-workspace) | `2.3.0` | `2.5.0` |
| [tauri-plugin-window-state](https://github.com/tauri-apps/plugins-workspace) | `2.2.0` | `2.2.1` |
| [open](https://github.com/Byron/open-rs) | `5.3.1` | `5.3.2` |



Updates `bstr` from 1.11.1 to 1.11.3
- [Commits](BurntSushi/bstr@1.11.1...1.11.3)

Updates `insta` from 1.41.1 to 1.42.1
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.41.1...1.42.1)

Updates `uuid` from 1.11.0 to 1.13.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.11.0...1.13.1)

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

Updates `tokio` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.0)

Updates `tempfile` from 3.14.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.14.0...v3.16.0)

Updates `diffy` from 0.4.0 to 0.4.2
- [Changelog](https://github.com/bmwill/diffy/blob/master/CHANGELOG.md)
- [Commits](bmwill/diffy@0.4.0...0.4.2)

Updates `clap` from 4.5.23 to 4.5.28
- [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.23...clap_complete-v4.5.28)

Updates `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

Updates `gix-path` from 0.10.13 to 0.10.14
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-path-v0.10.13...gix-path-v0.10.14)

Updates `windows` from 0.58.0 to 0.59.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.58.0...0.59.0)

Updates `infer` from 0.16.0 to 0.19.0
- [Release notes](https://github.com/bojand/infer/releases)
- [Commits](bojand/infer@v0.16.0...v0.19.0)

Updates `log` from 0.4.22 to 0.4.25
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.22...0.4.25)

Updates `gix-utils` from 0.1.13 to 0.1.14
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-utils-v0.1.13...gix-utils-v0.1.14)

Updates `tauri-plugin-http` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.0...http-v2.3.0)

Updates `tauri-plugin-log` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.0...log-v2.2.1)

Updates `tauri-plugin-single-instance` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.0...log-v2.2.1)

Updates `tauri-plugin-updater` from 2.3.0 to 2.5.0
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@http-v2.3.0...updater-v2.5.0)

Updates `tauri-plugin-window-state` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/tauri-apps/plugins-workspace/releases)
- [Commits](tauri-apps/plugins-workspace@os-v2.2.0...log-v2.2.1)

Updates `open` from 5.3.1 to 5.3.2
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v5.3.1...v5.3.2)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: diffy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: gix-path
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: windows
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: infer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: gix-utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: tauri-plugin-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: tauri-plugin-single-instance
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: tauri-plugin-updater
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-updates
- dependency-name: tauri-plugin-window-state
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
- dependency-name: open
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 5, 2025
Copy link

vercel bot commented Feb 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gitbutler-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2025 4:13pm
gitbutler-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 5, 2025 4:13pm

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/cargo/rust-updates-bd48995d5d branch February 10, 2025 14:18
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