From d64aa109a91f87d190948964685ea47f5b6db955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:25:09 +0000 Subject: [PATCH] Bump generic-array from 0.12.3 to 0.12.4 Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.12.3 to 0.12.4. - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/0.12.4/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/compare/0.12.3...0.12.4) --- updated-dependencies: - dependency-name: generic-array dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce97410d..25de6ab8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "Inflector" version = "0.11.4" @@ -524,7 +526,7 @@ dependencies = [ "block-padding 0.1.5", "byte-tools", "byteorder", - "generic-array 0.12.3", + "generic-array 0.12.4", ] [[package]] @@ -1041,7 +1043,7 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5" dependencies = [ - "generic-array 0.12.3", + "generic-array 0.12.4", "subtle 1.0.0", ] @@ -1187,7 +1189,7 @@ version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" dependencies = [ - "generic-array 0.12.3", + "generic-array 0.12.4", ] [[package]] @@ -1888,9 +1890,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" +checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" dependencies = [ "typenum", ] @@ -2142,7 +2144,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b" dependencies = [ "digest 0.8.1", - "generic-array 0.12.3", + "generic-array 0.12.4", "hmac 0.7.1", ] @@ -2555,7 +2557,7 @@ dependencies = [ "log", "lsp-types", "move-compat", - "move-core-types 0.1.0 (git+https://github.com/dfinance/libra.git)", + "move-core-types 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", "rand 0.7.3", "regex", "rust-base58", @@ -2689,7 +2691,7 @@ name = "libra-canonical-serialization" version = "0.1.0" source = "git+https://github.com/dfinance/libra.git?branch=master#c46b32d73087ed2afc6c1ac3e78535cac37e3fa9" dependencies = [ - "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git)", + "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", "serde", "thiserror", ] @@ -2742,10 +2744,10 @@ dependencies = [ "ed25519-dalek 1.0.0-pre.4", "hex", "hkdf", - "libra-canonical-serialization 0.1.0 (git+https://github.com/dfinance/libra.git)", - "libra-crypto-derive 0.1.0 (git+https://github.com/dfinance/libra.git)", - "libra-nibble 0.1.0 (git+https://github.com/dfinance/libra.git)", - "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git)", + "libra-canonical-serialization 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", + "libra-crypto-derive 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", + "libra-nibble 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", + "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", "mirai-annotations", "once_cell", "rand 0.7.3", @@ -2797,7 +2799,7 @@ name = "libra-crypto-derive" version = "0.1.0" source = "git+https://github.com/dfinance/libra.git?branch=master#c46b32d73087ed2afc6c1ac3e78535cac37e3fa9" dependencies = [ - "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git)", + "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", "proc-macro2", "quote", "syn", @@ -2934,7 +2936,7 @@ name = "libra-nibble" version = "0.1.0" source = "git+https://github.com/dfinance/libra.git?branch=master#c46b32d73087ed2afc6c1ac3e78535cac37e3fa9" dependencies = [ - "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git)", + "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", "serde", ] @@ -3491,10 +3493,10 @@ source = "git+https://github.com/dfinance/libra.git?branch=master#c46b32d73087ed dependencies = [ "anyhow", "hex", - "libra-canonical-serialization 0.1.0 (git+https://github.com/dfinance/libra.git)", - "libra-crypto 0.1.0 (git+https://github.com/dfinance/libra.git)", - "libra-crypto-derive 0.1.0 (git+https://github.com/dfinance/libra.git)", - "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git)", + "libra-canonical-serialization 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", + "libra-crypto 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", + "libra-crypto-derive 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", + "libra-workspace-hack 0.1.0 (git+https://github.com/dfinance/libra.git?branch=master)", "mirai-annotations", "once_cell", "rand 0.7.3", @@ -3793,7 +3795,7 @@ checksum = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2" dependencies = [ "alga", "approx", - "generic-array 0.12.3", + "generic-array 0.12.4", "matrixmultiply", "num-complex 0.2.4", "num-rational 0.2.4",