Update miow from 0.5.0 to 0.6.0

This commit is contained in:
Eric Huss 2023-08-05 14:27:40 -07:00
parent f9c45a66d8
commit 850ff884e8
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2112,11 +2112,11 @@ dependencies = [
[[package]]
name = "miow"
version = "0.5.0"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
dependencies = [
"windows-sys 0.42.0",
"windows-sys 0.48.0",
]
[[package]]

View File

@ -60,7 +60,7 @@ libc = "0.2.147"
libgit2-sys = "0.15.2"
log = "0.4.19"
memchr = "2.5.0"
miow = "0.5.0"
miow = "0.6.0"
opener = "0.6.1"
openssl ="0.10.55"
os_info = "3.7.0"