Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6be977f3f |
9 changed files with 16 additions and 25 deletions
25
Cargo.lock
generated
25
Cargo.lock
generated
|
|
@ -793,7 +793,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hex",
|
"hex",
|
||||||
"hkdf 0.12.4",
|
"hkdf",
|
||||||
"hyper",
|
"hyper",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"iota-auth",
|
"iota-auth",
|
||||||
|
|
@ -1882,15 +1882,6 @@ version = "0.4.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "hkdf"
|
|
||||||
version = "0.12.4"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
|
|
||||||
dependencies = [
|
|
||||||
"hmac 0.12.1",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hkdf"
|
name = "hkdf"
|
||||||
version = "0.13.0"
|
version = "0.13.0"
|
||||||
|
|
@ -2270,7 +2261,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hex",
|
"hex",
|
||||||
"hkdf 0.12.4",
|
"hkdf",
|
||||||
"hyper",
|
"hyper",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"iota-logger",
|
"iota-logger",
|
||||||
|
|
@ -2320,7 +2311,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hex",
|
"hex",
|
||||||
"hkdf 0.12.4",
|
"hkdf",
|
||||||
"hyper",
|
"hyper",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"iota-ipc",
|
"iota-ipc",
|
||||||
|
|
@ -2507,7 +2498,7 @@ dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"hex",
|
"hex",
|
||||||
"hkdf 0.12.4",
|
"hkdf",
|
||||||
"iota-logger",
|
"iota-logger",
|
||||||
"iota-paths",
|
"iota-paths",
|
||||||
"iota-state",
|
"iota-state",
|
||||||
|
|
@ -2553,7 +2544,7 @@ dependencies = [
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"ed25519-dalek 2.2.0",
|
"ed25519-dalek 2.2.0",
|
||||||
"hex",
|
"hex",
|
||||||
"hkdf 0.12.4",
|
"hkdf",
|
||||||
"iota-logger",
|
"iota-logger",
|
||||||
"iota-paths",
|
"iota-paths",
|
||||||
"json",
|
"json",
|
||||||
|
|
@ -3073,7 +3064,7 @@ dependencies = [
|
||||||
"chacha20poly1305",
|
"chacha20poly1305",
|
||||||
"ed25519-dalek 3.0.0",
|
"ed25519-dalek 3.0.0",
|
||||||
"getrandom 0.4.3",
|
"getrandom 0.4.3",
|
||||||
"hkdf 0.13.0",
|
"hkdf",
|
||||||
"ml-dsa",
|
"ml-dsa",
|
||||||
"mlkem-tls",
|
"mlkem-tls",
|
||||||
"rand 0.10.2",
|
"rand 0.10.2",
|
||||||
|
|
@ -3469,7 +3460,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hex",
|
"hex",
|
||||||
"hkdf 0.12.4",
|
"hkdf",
|
||||||
"hyper",
|
"hyper",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"iota-auth",
|
"iota-auth",
|
||||||
|
|
@ -5582,7 +5573,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"hex",
|
"hex",
|
||||||
"hkdf 0.12.4",
|
"hkdf",
|
||||||
"hyper",
|
"hyper",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"iota-logger",
|
"iota-logger",
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ dashmap = "6.1.0"
|
||||||
futures = "*"
|
futures = "*"
|
||||||
futures-util = "*"
|
futures-util = "*"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
hkdf = "0.12.4"
|
hkdf = "0.13.0"
|
||||||
hyper = { version = "1.8.1", features = [
|
hyper = { version = "1.8.1", features = [
|
||||||
"capi",
|
"capi",
|
||||||
"client",
|
"client",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ dashmap = "6.1.0"
|
||||||
futures = "*"
|
futures = "*"
|
||||||
futures-util = "*"
|
futures-util = "*"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
hkdf = "0.12.4"
|
hkdf = "0.13.0"
|
||||||
hyper = { version = "1.8.1", features = [
|
hyper = { version = "1.8.1", features = [
|
||||||
"capi",
|
"capi",
|
||||||
"client",
|
"client",
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ dashmap = "6.1.0"
|
||||||
futures = "*"
|
futures = "*"
|
||||||
futures-util = "*"
|
futures-util = "*"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
hkdf = "0.12.4"
|
hkdf = "0.13.0"
|
||||||
hyper = { version = "1.8.1", features = [
|
hyper = { version = "1.8.1", features = [
|
||||||
"capi",
|
"capi",
|
||||||
"client",
|
"client",
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ dashmap = "6.1.0"
|
||||||
futures = "*"
|
futures = "*"
|
||||||
futures-util = "*"
|
futures-util = "*"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
hkdf = "0.12.4"
|
hkdf = "0.13.0"
|
||||||
hyper = { version = "1.8.1", features = [
|
hyper = { version = "1.8.1", features = [
|
||||||
"capi",
|
"capi",
|
||||||
"client",
|
"client",
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
||||||
aes-gcm = "0.10.3"
|
aes-gcm = "0.10.3"
|
||||||
base64 = "0.22.1"
|
base64 = "0.22.1"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
hkdf = "0.12.4"
|
hkdf = "0.13.0"
|
||||||
json = "*"
|
json = "*"
|
||||||
arc-swap = "1"
|
arc-swap = "1"
|
||||||
once_cell = "1.21.3"
|
once_cell = "1.21.3"
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ base64 = "0.22.1"
|
||||||
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
||||||
sha2 = "0.11.0"
|
sha2 = "0.11.0"
|
||||||
x448 = { version = "*" }
|
x448 = { version = "*" }
|
||||||
hkdf = "0.12.4"
|
hkdf = "0.13.0"
|
||||||
once_cell = "1.21.3"
|
once_cell = "1.21.3"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
serde = "1.0.228"
|
serde = "1.0.228"
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ dashmap = "6.1.0"
|
||||||
futures = "*"
|
futures = "*"
|
||||||
futures-util = "*"
|
futures-util = "*"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
hkdf = "0.12.4"
|
hkdf = "0.13.0"
|
||||||
hyper = { version = "1.8.1", features = [
|
hyper = { version = "1.8.1", features = [
|
||||||
"capi",
|
"capi",
|
||||||
"client",
|
"client",
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,7 @@ dashmap = "6.1.0"
|
||||||
futures = "*"
|
futures = "*"
|
||||||
futures-util = "*"
|
futures-util = "*"
|
||||||
hex = "*"
|
hex = "*"
|
||||||
hkdf = "0.12.4"
|
hkdf = "0.13.0"
|
||||||
hyper = { version = "1.8.1", features = [
|
hyper = { version = "1.8.1", features = [
|
||||||
"capi",
|
"capi",
|
||||||
"client",
|
"client",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue