diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-11-11 12:57:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-11 12:57:10 +0100 |
commit | bf0c24c959763732eaa5ecfb007f9a7492c434dc (patch) | |
tree | 7719a65ee46d3f50b0bc19dc126e2f7386eabba8 | |
parent | 8fc40bdab5c0dcbd27d0b06bad6746160961b4f8 (diff) | |
download | FlightCore-bf0c24c959763732eaa5ecfb007f9a7492c434dc.tar.gz FlightCore-bf0c24c959763732eaa5ecfb007f9a7492c434dc.zip |
chore: bump const_format from 0.2.32 to 0.2.33 in /src-tauri (#1036)
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.32 to 0.2.33.
- [Release notes](https://github.com/rodrimati1992/const_format_crates/releases)
- [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md)
- [Commits](https://github.com/rodrimati1992/const_format_crates/commits)
---
updated-dependencies:
- dependency-name: const_format
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | src-tauri/Cargo.lock | 8 | ||||
-rw-r--r-- | src-tauri/Cargo.toml | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f0cabf0f..ad48c850 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -603,18 +603,18 @@ dependencies = [ [[package]] name = "const_format" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3a214c7af3d04997541b18d432afaff4c455e79e2029079647e72fc2bd27673" +checksum = "50c655d81ff1114fb0dcdea9225ea9f0cc712a6f8d189378e82bdf62a473a64b" dependencies = [ "const_format_proc_macros", ] [[package]] name = "const_format_proc_macros" -version = "0.2.32" +version = "0.2.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7f6ff08fd20f4f299298a28e2dfa8a8ba1036e6cd2460ac1de7b425d76f2500" +checksum = "eff1a44b93f47b1bac19a27932f5c591e43d1ba357ee4f61526c8a25603f0eb1" dependencies = [ "proc-macro2", "quote", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index dd93b193..da116324 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -53,7 +53,7 @@ chrono = "0.4.38" # TypeScript bindings ts-rs = "10.0" # const formatting -const_format = "0.2.32" +const_format = "0.2.33" # Logging libraries pretty_env_logger = "0.5.0" log = "0.4" |