Update shadow-rs requirement from 0.21.0 to 0.22.0 in /crates/cli (#597)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-06-04 20:59:11 +12:00 committed by GitHub
parent 31b9c2fb91
commit 6552e3cd7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -101,10 +101,10 @@ features = [
mimalloc = "0.1.26"
[target.'cfg(target_os = "linux")'.dependencies]
shadow-rs = "0.21.0"
shadow-rs = "0.22.0"
[target.'cfg(target_os = "linux")'.build-dependencies]
shadow-rs = "0.21.0"
shadow-rs = "0.22.0"
[build-dependencies]
embed-resource = "2.1.1"