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.lock20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e5191e5..7b373f0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1601,6 +1601,7 @@ dependencies = [
1601 "scrypt", 1601 "scrypt",
1602 "serde", 1602 "serde",
1603 "serde_json", 1603 "serde_json",
1604 "serde_yaml",
1604 "serial_test", 1605 "serial_test",
1605 "test_utils", 1606 "test_utils",
1606 "tokio", 1607 "tokio",
@@ -2555,6 +2556,19 @@ dependencies = [
2555] 2556]
2556 2557
2557[[package]] 2558[[package]]
2559name = "serde_yaml"
2560version = "0.9.27"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
2563dependencies = [
2564 "indexmap 2.1.0",
2565 "itoa",
2566 "ryu",
2567 "serde",
2568 "unsafe-libyaml",
2569]
2570
2571[[package]]
2558name = "serial_test" 2572name = "serial_test"
2559version = "2.0.0" 2573version = "2.0.0"
2560source = "registry+https://github.com/rust-lang/crates.io-index" 2574source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3028,6 +3042,12 @@ dependencies = [
3028] 3042]
3029 3043
3030[[package]] 3044[[package]]
3045name = "unsafe-libyaml"
3046version = "0.2.9"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
3049
3050[[package]]
3031name = "untrusted" 3051name = "untrusted"
3032version = "0.9.0" 3052version = "0.9.0"
3033source = "registry+https://github.com/rust-lang/crates.io-index" 3053source = "registry+https://github.com/rust-lang/crates.io-index"