Merge pull request #5071 from sylvestre/platform

update platform-info 2.0.2
This commit is contained in:
Daniel Hofstetter 2023-07-12 10:27:10 +02:00 committed by GitHub
commit 5d2a2954be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1646,9 +1646,9 @@ checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "platform-info"
version = "2.0.1"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "827dc4f7a81331d48c8abf11b5ac18673b390d33e9632327e286d940289aefab"
checksum = "d6259c4860e53bf665016f1b2f46a8859cadfa717581dc9d597ae4069de6300f"
dependencies = [
"libc",
"winapi",

View file

@ -304,7 +304,7 @@ onig = { version = "~6.4", default-features = false }
parse_datetime = "0.4.0"
phf = "0.11.2"
phf_codegen = "0.11.2"
platform-info = "2.0.1"
platform-info = "2.0.2"
quick-error = "2.0.1"
rand = { version = "0.8", features = ["small_rng"] }
rand_core = "0.6"