diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-16 14:20:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 14:20:23 +0200 |
commit | c8b05b8f50624e7e43a1c0ea39e44744a690a42f (patch) | |
tree | a3bef31e45540f879a54ca352f796a5da23108c3 /src-tauri | |
parent | 116882d3ab0a1685cca7fb416d073d4e8d0cd639 (diff) | |
download | FlightCore-c8b05b8f50624e7e43a1c0ea39e44744a690a42f.tar.gz FlightCore-c8b05b8f50624e7e43a1c0ea39e44744a690a42f.zip |
chore: bump log from 0.4.19 to 0.4.20 in /src-tauri (#509)
Bumps [log](https://github.com/rust-lang/log) from 0.4.19 to 0.4.20.
- [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.19...0.4.20)
---
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>
Diffstat (limited to 'src-tauri')
-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 fee8e390..9d5cf560 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2080,9 +2080,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.19" +version = "0.4.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" +checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "loom" |