about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-08-07 00:06:05 +0200
committerGitHub <noreply@github.com>2023-08-07 00:06:05 +0200
commit22d142aeccd68f9629af1a6c9facae175a4e0252 (patch)
tree03a818d0372a4bb8781441cee1f8f9a93fe6cf80 /src
parent85fbb571497d13cfb828de9b0d3e78656b9203c1 (diff)
parent55935df22d541120333db9245b14d9b416f6b5bf (diff)
downloadrust-22d142aeccd68f9629af1a6c9facae175a4e0252.tar.gz
rust-22d142aeccd68f9629af1a6c9facae175a4e0252.zip
Rollup merge of #114535 - klensy:windows-sys-0-42, r=compiler-errors
bump schannel, miow to drop windows-sys 0.42

Changes contains almost only of update to windows-sys 0.48
https://github.com/steffengy/schannel-rs/compare/v0.1.21...v0.1.22
https://github.com/yoshuawuyts/miow/compare/v0.5.0...v0.6.0
Diffstat (limited to 'src')
-rw-r--r--src/tools/compiletest/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/compiletest/Cargo.toml b/src/tools/compiletest/Cargo.toml
index d2f258320f0..ff1d5cecb72 100644
--- a/src/tools/compiletest/Cargo.toml
+++ b/src/tools/compiletest/Cargo.toml
@@ -29,7 +29,7 @@ anyhow = "1"
 libc = "0.2"
 
 [target.'cfg(windows)'.dependencies]
-miow = "0.5"
+miow = "0.6"
 
 [target.'cfg(windows)'.dependencies.windows]
 version = "0.48.0"