aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f3beb9e..cc204f1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -42,6 +42,12 @@ dependencies = [
42] 42]
43 43
44[[package]] 44[[package]]
45name = "anyhow"
46version = "1.0.79"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
49
50[[package]]
45name = "async-trait" 51name = "async-trait"
46version = "0.1.77" 52version = "0.1.77"
47source = "registry+https://github.com/rust-lang/crates.io-index" 53source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -869,6 +875,7 @@ checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
869name = "git-lfs-authenticate" 875name = "git-lfs-authenticate"
870version = "0.1.0" 876version = "0.1.0"
871dependencies = [ 877dependencies = [
878 "anyhow",
872 "chrono", 879 "chrono",
873 "common", 880 "common",
874] 881]