upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock31
1 files changed, 31 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d014782..7622dd0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -373,6 +373,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 373checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
374 374
375[[package]] 375[[package]]
376name = "auth-git2"
377version = "0.5.4"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "e51bd0e4592409df8631ca807716dc1e5caafae5d01ce0157c966c71c7e49c3c"
380dependencies = [
381 "dirs",
382 "git2",
383 "terminal-prompt",
384]
385
386[[package]]
376name = "autocfg" 387name = "autocfg"
377version = "1.2.0" 388version = "1.2.0"
378source = "registry+https://github.com/rust-lang/crates.io-index" 389source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -814,6 +825,15 @@ dependencies = [
814] 825]
815 826
816[[package]] 827[[package]]
828name = "dirs"
829version = "5.0.1"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
832dependencies = [
833 "dirs-sys",
834]
835
836[[package]]
817name = "dirs-sys" 837name = "dirs-sys"
818version = "0.4.1" 838version = "0.4.1"
819source = "registry+https://github.com/rust-lang/crates.io-index" 839source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1747,6 +1767,7 @@ dependencies = [
1747 "anyhow", 1767 "anyhow",
1748 "assert_cmd", 1768 "assert_cmd",
1749 "async-trait", 1769 "async-trait",
1770 "auth-git2",
1750 "chacha20poly1305", 1771 "chacha20poly1305",
1751 "clap", 1772 "clap",
1752 "console", 1773 "console",
@@ -3041,6 +3062,16 @@ dependencies = [
3041] 3062]
3042 3063
3043[[package]] 3064[[package]]
3065name = "terminal-prompt"
3066version = "0.2.3"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "572818b3472910acbd5dff46a3413715c18e934b071ab2ba464a7b2c2af16376"
3069dependencies = [
3070 "libc",
3071 "winapi",
3072]
3073
3074[[package]]
3044name = "termtree" 3075name = "termtree"
3045version = "0.4.1" 3076version = "0.4.1"
3046source = "registry+https://github.com/rust-lang/crates.io-index" 3077source = "registry+https://github.com/rust-lang/crates.io-index"