diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-08-04 13:35:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 13:35:14 +0200 |
commit | f2e9f455b62ac7b2985239f4290b77e728330db0 (patch) | |
tree | b784b59316814f4fd0bf6257511a7816703db261 /src-tauri/Cargo.toml | |
parent | 2d781b9f694de66fdb23a28d7483b9639e6306d8 (diff) | |
download | FlightCore-f2e9f455b62ac7b2985239f4290b77e728330db0.tar.gz FlightCore-f2e9f455b62ac7b2985239f4290b77e728330db0.zip |
chore: bump pretty_env_logger from 0.4.0 to 0.5.0 in /src-tauri (#478)
Bumps [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) from 0.4.0 to 0.5.0.
- [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0)
---
updated-dependencies:
- dependency-name: pretty_env_logger
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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 84bcca8e..75bc7c4a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -55,7 +55,7 @@ ts-rs = "6.1" # const formatting const_format = "0.2.30" # Logging libraries -pretty_env_logger = "0.4.0" +pretty_env_logger = "0.5.0" log = "0.4.17" # Extracting zip files easily zip-extract = "0.1.2" |