diff --git a/Cargo.lock b/Cargo.lock index 05a1bf4..8b07916 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -920,9 +920,9 @@ dependencies = [ [[package]] name = "signature" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68" +checksum = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335" [[package]] name = "simplelog" diff --git a/Cargo.toml b/Cargo.toml index 7213dd7..5fe90a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ ed25519-dalek = "1.0.1" x25519-dalek = "1.1.1" ecies-ed25519 = "0.5.1" chacha20poly1305 = "0.8.0" -signature = "1.3.0" +signature = "1.3.1" blakeout = "0.3.0" num_cpus = "1.13.0" byteorder = "1.4.3"