From 5285a4e9025860a06549c3eb9b8546a66877d7e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:44:06 +0000 Subject: [PATCH] Bump thread_local from 1.1.3 to 1.1.4 Bumps [thread_local](https://github.com/Amanieu/thread_local-rs) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/Amanieu/thread_local-rs/releases) - [Commits](https://github.com/Amanieu/thread_local-rs/compare/v1.1.3...1.1.4) --- updated-dependencies: - dependency-name: thread_local dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce97410d..937111c7 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" @@ -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", @@ -6216,9 +6218,9 @@ dependencies = [ [[package]] name = "thread_local" -version = "1.1.3" +version = "1.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd" +checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" dependencies = [ "once_cell", ]