diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-02 10:53:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 10:53:23 +0200 |
commit | efbff4c893d32db6d8b8ac0406decd3d418bf79c (patch) | |
tree | a36e85ca9cccb3fa02c254fc073d23717ef12731 | |
parent | 0a4f39a4a1ca28126f090ca0dad1f7d75ce4256f (diff) | |
download | FlightCore-efbff4c893d32db6d8b8ac0406decd3d418bf79c.tar.gz FlightCore-efbff4c893d32db6d8b8ac0406decd3d418bf79c.zip |
chore: bump regex from 1.10.5 to 1.10.6 in /src-tauri (#1006)
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6.
- [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.10.5...1.10.6)
---
updated-dependencies:
- dependency-name: regex
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index f216895f..a23eeb1a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3519,9 +3519,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.10.5" +version = "1.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" +checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" dependencies = [ "aho-corasick", "memchr", |