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.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7622dd0..7514e62 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1794,6 +1794,7 @@ dependencies = [
1794 "serial_test", 1794 "serial_test",
1795 "test_utils", 1795 "test_utils",
1796 "tokio", 1796 "tokio",
1797 "urlencoding",
1797 "zeroize", 1798 "zeroize",
1798] 1799]
1799 1800
@@ -3428,6 +3429,12 @@ dependencies = [
3428] 3429]
3429 3430
3430[[package]] 3431[[package]]
3432name = "urlencoding"
3433version = "2.1.3"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3436
3437[[package]]
3431name = "utf-8" 3438name = "utf-8"
3432version = "0.7.6" 3439version = "0.7.6"
3433source = "registry+https://github.com/rust-lang/crates.io-index" 3440source = "registry+https://github.com/rust-lang/crates.io-index"