aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-02 18:59:47 +0100
committerGitHub <noreply@github.com>2024-03-02 18:59:47 +0100
commita4286fa8461b3c5d886c429ef6bf22bfbc31bf1f (patch)
tree0e9c7056c1543be4e1764dec17f0c0673d878744
parent6bbb47bc1eaf63318391e8d4a9a985cefc463bd1 (diff)
downloadFlightCore-a4286fa8461b3c5d886c429ef6bf22bfbc31bf1f.tar.gz
FlightCore-a4286fa8461b3c5d886c429ef6bf22bfbc31bf1f.zip
chore: bump log from 0.4.20 to 0.4.21 in /src-tauri (#829)
Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log 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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 8174cae0..2e1a4b67 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -2300,9 +2300,9 @@ dependencies = [
[[package]]
name = "log"
-version = "0.4.20"
+version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
+checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "loom"