From 416f55d51b4f44d7fe27a8fff7a292e8222f9739 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:15:23 +0000 Subject: [PATCH] Bump crossbeam-utils from 0.8.2 to 0.8.8 Bumps [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) from 0.8.2 to 0.8.8. - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-utils-0.8.2...crossbeam-utils-0.8.8) --- updated-dependencies: - dependency-name: crossbeam-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce97410d..91470429 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" @@ -1019,14 +1021,12 @@ dependencies = [ [[package]] name = "crossbeam-utils" -version = "0.8.2" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3" +checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38" dependencies = [ - "autocfg 1.0.1", "cfg-if 1.0.0", "lazy_static", - "loom", ] [[package]] @@ -2555,7 +2555,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 +2689,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 +2742,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 +2797,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 +2934,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 +3491,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",