diff --git a/medicines/transaction-log-file-creator/Cargo.lock b/medicines/transaction-log-file-creator/Cargo.lock index 27ed94328..f19fc3cf4 100644 --- a/medicines/transaction-log-file-creator/Cargo.lock +++ b/medicines/transaction-log-file-creator/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "RustyXML" version = "0.3.0" @@ -50,7 +52,7 @@ checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" [[package]] name = "azure_sdk_core" version = "0.43.2" -source = "git+https://github.com/MindFlavor/AzureSDKForRust#ce48a82e77dfc4875168ff4ae4a9aae38f776c95" +source = "git+https://github.com/MindFlavor/AzureSDKForRust?branch=master#ce48a82e77dfc4875168ff4ae4a9aae38f776c95" dependencies = [ "RustyXML", "base64 0.12.1", @@ -74,7 +76,7 @@ dependencies = [ [[package]] name = "azure_sdk_storage_blob" version = "0.43.2" -source = "git+https://github.com/MindFlavor/AzureSDKForRust#ce48a82e77dfc4875168ff4ae4a9aae38f776c95" +source = "git+https://github.com/MindFlavor/AzureSDKForRust?branch=master#ce48a82e77dfc4875168ff4ae4a9aae38f776c95" dependencies = [ "RustyXML", "azure_sdk_core", @@ -96,7 +98,7 @@ dependencies = [ [[package]] name = "azure_sdk_storage_core" version = "0.43.2" -source = "git+https://github.com/MindFlavor/AzureSDKForRust#ce48a82e77dfc4875168ff4ae4a9aae38f776c95" +source = "git+https://github.com/MindFlavor/AzureSDKForRust?branch=master#ce48a82e77dfc4875168ff4ae4a9aae38f776c95" dependencies = [ "azure_sdk_core", "base64 0.12.1", @@ -618,9 +620,9 @@ dependencies = [ [[package]] name = "net2" -version = "0.2.34" +version = "0.2.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7" +checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631" dependencies = [ "cfg-if", "libc",