aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-11-11 12:57:10 +0100
committerGitHub <noreply@github.com>2024-11-11 12:57:10 +0100
commitbf0c24c959763732eaa5ecfb007f9a7492c434dc (patch)
tree7719a65ee46d3f50b0bc19dc126e2f7386eabba8 /src-tauri/Cargo.toml
parent8fc40bdab5c0dcbd27d0b06bad6746160961b4f8 (diff)
downloadFlightCore-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>
Diffstat (limited to 'src-tauri/Cargo.toml')
-rw-r--r--src-tauri/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"