diff --git a/Cargo.lock b/Cargo.lock index 13e38e8..6ca77eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -694,7 +694,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -1885,8 +1885,8 @@ checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" [[package]] name = "ort" -version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#2de34065983a5c034f5afcc072b23b99479f465b" +version = "2.0.0-rc.12" +source = "git+https://github.com/pykeio/ort.git#e7072b3b16ff571b51256ef53a34af7a4214e5e9" dependencies = [ "libloading", "ndarray", @@ -1898,8 +1898,8 @@ dependencies = [ [[package]] name = "ort-sys" -version = "2.0.0-rc.10" -source = "git+https://github.com/pykeio/ort.git#2de34065983a5c034f5afcc072b23b99479f465b" +version = "2.0.0-rc.12" +source = "git+https://github.com/pykeio/ort.git#e7072b3b16ff571b51256ef53a34af7a4214e5e9" dependencies = [ "hmac-sha256", "lzma-rust2", @@ -2425,7 +2425,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]] @@ -2864,7 +2864,7 @@ dependencies = [ "getrandom 0.3.4", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.60.2", ] [[package]]