diff --git a/Cargo.lock b/Cargo.lock index 5e47911..01a0fcf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,9 +625,9 @@ dependencies = [ [[package]] name = "derive_more" -version = "0.99.18" +version = "0.99.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce" +checksum = "3da29a38df43d6f156149c9b43ded5e018ddff2a855cf2cfd62e8cd7d079c69f" dependencies = [ "convert_case", "proc-macro2", @@ -4051,7 +4051,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 982b70a..340395c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ base64 = { version = "0.22", default-features = false, features = ["std"] } certval = { git = "https://github.com/wireapp/rust-pki.git", branch = "wire/stable", package = "certval", default-features = false, features = ["revocation"] } const-oid = { version = "0.9", default-features = false, features = ["std"] } const_format = { version = "0.2", default-features = false } -derive_more = { version = "0.99.17", default-features = false } +derive_more = { version = "0.99.19", default-features = false } ecdsa = { version = "0.16", default-features = false } ed25519-dalek = { version = "2.1", default-features = false } either = { version = "1.8", default-features = false }