aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-16 15:28:25 +0200
committerGitHub <noreply@github.com>2023-10-16 15:28:25 +0200
commitc27ba5f63aa3170a4842eb24c56a62d538e6610c (patch)
treea796b55ea50396008ab2d907bcdc5a788c724afc /src-tauri/Cargo.toml
parent305a3847ee2897092fd652639051bc5d77f48434 (diff)
downloadFlightCore-c27ba5f63aa3170a4842eb24c56a62d538e6610c.tar.gz
FlightCore-c27ba5f63aa3170a4842eb24c56a62d538e6610c.zip
chore: bump const_format from 0.2.31 to 0.2.32 in /src-tauri (#631)
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.31 to 0.2.32. - [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 5028a9e0..c7e422da 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -53,7 +53,7 @@ chrono = "0.4.31"
# TypeScript bindings
ts-rs = "7.0"
# const formatting
-const_format = "0.2.30"
+const_format = "0.2.32"
# Logging libraries
pretty_env_logger = "0.5.0"
log = "0.4"