Skip to content

Commit d3b1780

Browse files
committed
update dependency to new sphinx release
1 parent cb11c22 commit d3b1780

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/nymsphinx/types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = { workspace = true }
88
repository = { workspace = true }
99

1010
[dependencies]
11-
sphinx-packet = { git = "https://github.com/nymtech/sphinx.git", branch = "simon/x25519", optional = true }
11+
sphinx-packet = { version = "0.2.0", optional = true }
1212
nym-outfox = { path = "../../../nym-outfox", optional = true }
1313
thiserror = { workspace = true }
1414

nym-outfox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ x25519-dalek = { version = "2.0.0", features = ["static_secrets"]}
1818
chacha20poly1305 = "0.10.1"
1919
getrandom = { workspace = true, features = ["js"] }
2020
thiserror = { workspace = true }
21-
sphinx-packet = { git = "https://github.com/nymtech/sphinx.git", branch = "simon/x25519" }
21+
sphinx-packet = "0.2.0"
2222
rand = { workspace = true }
2323
log = "0.4"
2424

0 commit comments

Comments
 (0)