diff --git a/Cargo.lock b/Cargo.lock index caa73f8..5546d61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -128,9 +128,9 @@ dependencies = [ [[package]] name = "assert_tv" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5a4141926c2544d566b0c5815040151fa6c1e96398810b43951d3c68e13dfc2a" +checksum = "4aa42a8e0531efffd0fe96c6feef83221dc673c34b4ba2c2c9cbcd499511acba" dependencies = [ "anyhow", "assert_tv_macros", @@ -145,9 +145,9 @@ dependencies = [ [[package]] name = "assert_tv_macros" -version = "0.6.4" +version = "0.6.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "49fe5672253d886b06afd14bf16aec6111e2d111cbc83cd094a4f5f69f003332" +checksum = "4c7b50043d3ecb7bc6e5e60dc6704757b7f9a9903d2c5ca13f8d62d494c68333" dependencies = [ "proc-macro2", "quote", @@ -1453,7 +1453,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34" dependencies = [ "cfg-if", - "windows-targets 0.52.6", + "windows-targets 0.48.5", ] [[package]] diff --git a/rosenpass/tests/test_vector_crypto_server.rs b/rosenpass/tests/test_vector_crypto_server.rs index 791ab7e..7e39364 100644 --- a/rosenpass/tests/test_vector_crypto_server.rs +++ b/rosenpass/tests/test_vector_crypto_server.rs @@ -82,7 +82,7 @@ struct CryptoServerTestValues { } #[test_vec_case(format = "toml")] -// TODO find a way to make miri ignore these test cases +#[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `ZSTD_DStreamInSize` on OS `linux` fn crypto_server_test_vector_1() -> anyhow::Result<()> { type TV = TestVectorActive; let test_values: TestCaseValues = TV::initialize_values();