mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-14 21:21:44 +03:00
chore(deps) Update Rust crate os_info to 3.5 (#4845)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e59407f2bd
commit
3be8c238cc
4
tooling/cli/Cargo.lock
generated
4
tooling/cli/Cargo.lock
generated
@ -1794,9 +1794,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "os_info"
|
||||
version = "3.4.0"
|
||||
version = "3.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0eca3ecae1481e12c3d9379ec541b238a16f0b75c9a409942daa8ec20dbfdb62"
|
||||
checksum = "5209b2162b2c140df493a93689e04f8deab3a67634f5bc7a553c0a98e5b8d399"
|
||||
dependencies = [
|
||||
"log",
|
||||
"serde",
|
||||
|
@ -47,7 +47,7 @@ include_dir = "0.7"
|
||||
minisign = "0.7"
|
||||
base64 = "0.13.0"
|
||||
ureq = "2.5"
|
||||
os_info = "3.4"
|
||||
os_info = "3.5"
|
||||
semver = "1.0"
|
||||
regex = "1.6.0"
|
||||
lazy_static = "1"
|
||||
|
Loading…
Reference in New Issue
Block a user