aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-10-10 13:43:32 +0200
committerGitHub <noreply@github.com>2023-10-10 13:43:32 +0200
commit7e0b07ac62f99d652bc25ad1931553229fa10f49 (patch)
tree11e7437faf4fda1e1d246d7f9c3cc5d82950289a /src-tauri/Cargo.toml
parent9b4c0f3954e68455579a73179c8cd9d79f8707ee (diff)
downloadFlightCore-7e0b07ac62f99d652bc25ad1931553229fa10f49.tar.gz
FlightCore-7e0b07ac62f99d652bc25ad1931553229fa10f49.zip
chore: bump regex from 1.9.6 to 1.10.0 in /src-tauri (#606)
Bumps [regex](https://github.com/rust-lang/regex) from 1.9.6 to 1.10.0. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.9.6...1.10.0) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... 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 903f6c17..a7316a0c 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -37,7 +37,7 @@ libthermite = { version = "0.7.0-beta", features = ["proton"] }
# zip stuff
zip = "0.6.2"
# Regex
-regex = "1.9"
+regex = "1.10"
# Read out running application process names
sysinfo = "0.29.10"
# HTTP requests