Skip to content

chore(deps): bump the cargo group across 1 directory with 4 updates#161

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/cargo-6fb17f4afe
Open

chore(deps): bump the cargo group across 1 directory with 4 updates#161
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src-tauri/cargo-6fb17f4afe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 4 updates in the /src-tauri directory: uuid, chrono, sysinfo and db-keystore.

Updates uuid from 1.23.1 to 1.23.3

Release notes

Sourced from uuid's releases.

v1.23.3

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3

v1.23.2

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2

Commits
  • 20da78b Merge pull request #887 from uuid-rs/cargo/v1.23.3
  • 62232ca prepare for 1.23.3 release
  • 2320c6a Merge pull request #886 from uuid-rs/fix/parser-panics
  • 2d034d4 fix some invalid indexers on error reporting
  • a8b9f14 update fuzz infra and run in CI
  • d119657 Merge pull request #883 from uuid-rs/cargo/v1.23.2
  • 0651cfc prepare for 1.23.2 release
  • e8dea0c Merge pull request #882 from uuid-rs/fix/error-msgs
  • bdc429a fix up serde messages
  • d4342e4 make indexes 0 based and fix up more error messages
  • Additional commits viewable in compare view

Updates chrono from 0.4.44 to 0.4.45

Release notes

Sourced from chrono's releases.

0.4.45

What's Changed

Commits
  • 1703382 Prepare 0.4.45 release
  • 881f9ab tz_data: fix tzdata locations on Android
  • f14ead4 fix(tz): reject TZ offset hour of 24 to avoid FixedOffset overflow
  • c6063e6 Update similar-asserts requirement from 1.6.1 to 2.0.0
  • 120686c Bump codecov/codecov-action from 5 to 6
  • See full diff in compare view

Updates sysinfo from 0.39.2 to 0.39.3

Changelog

Sourced from sysinfo's changelog.

0.39.3

  • Unix: Fix retrieval of Network::mac_addr.
  • Linux: Improve retrieval of process information if process terminates while doing so.
Commits
  • 3d1c52a Update crate version to 0.39.3
  • cce524d Update CHANGELOG for 0.39.3 version
  • 891085c Unix: Fix retrieval of Network::mac_addr
  • 1f327b5 linux: prevent TOCTOU data loss when process terminates during refresh
  • See full diff in compare view

Updates db-keystore from 0.4.2 to 0.4.3

Changelog

Sourced from db-keystore's changelog.

[0.4.3]

Changed

  • bump turso -> 0.6.1
  • improved build speed and size by disabling turso full-text-search (was not used by db-keystore). See turso 6478 (215 deps -> 157 deps)

[0.4.2-pre.2]

  • bump turso -> 0.6.0-pre.22; keyring-core -> 1.0.0

[0.4.2-pre.1]

  • bump dependencies: turso ->0.5.3, clap 4.5.60->4.6.1, tempfile 3.25.0->3.27.0, uuid->1.22.0, keyring-core 0.7.2->0.7.4, other patch updates
  • bump to turso 0.5.3 fixes #6 (panic on incorrect decryption key)

[0.4.1]

This version upgrades turso db to fix the panic when opening an encrypted db with the wrong key. Attempting to open with an incorrect encryption key causes new or new_with_modifiers to fail with NoStorageAccess.

Changed

  • upgrade turso from 0.4.4 to 0.5.0-pre.8
  • unpinned uuid dependency (was pinned to 1.20.0)
  • bumped tempfile to 3.25

[0.4.0] - 2026-02-02

Breaking

  • DbKeyStore::new requires DbKeyStoreConfig instead of &DbKeyStoreConfig.
  • All input uuids are converted to lowercase and checked for uuid syntax, returning Error::Invalid for incorrect format.

Added

  • binary db-keystore maintenance/admin utility
  • added msrv declaration (1.88)
  • bumped turso dependency to 0.4.4

Changed

  • Changed uuid generation from v4 to v7 so ambiguous entries can be sorted by creation time (only applies to automatically inserted uuids, which are generated with uuid::now_v7()).
  • Empty comment strings are normalized to NULL on insert/update; comment search with empty string now matches NULL/empty comments only.
  • Use zeroize internally to prevent secrets from leaking into heap
  • moved dump-db-keystore to examples

Fixed

  • Scoped uuid-based operations to service and user to avoid cross-credential collisions when uuids are not unique. (Uuid collisions are still very unlikely).

... (truncated)

Commits

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 cargo group with 4 updates in the /src-tauri directory: [uuid](https://github.com/uuid-rs/uuid), [chrono](https://github.com/chronotope/chrono), [sysinfo](https://github.com/GuillaumeGomez/sysinfo) and [db-keystore](https://github.com/stevelr/db-keystore).


Updates `uuid` from 1.23.1 to 1.23.3
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.1...v1.23.3)

Updates `chrono` from 0.4.44 to 0.4.45
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.44...v0.4.45)

Updates `sysinfo` from 0.39.2 to 0.39.3
- [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/main/CHANGELOG.md)
- [Commits](GuillaumeGomez/sysinfo@v0.39.2...v0.39.3)

Updates `db-keystore` from 0.4.2 to 0.4.3
- [Changelog](https://github.com/stevelr/db-keystore/blob/main/CHANGELOG.md)
- [Commits](stevelr/db-keystore@db-keystore-v0.4.2...db-keystore-v0.4.3)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.23.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: chrono
  dependency-version: 0.4.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: sysinfo
  dependency-version: 0.39.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: db-keystore
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates rust Rust/Cargo updates labels Jun 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates rust Rust/Cargo updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants