Skip to content

Commit be03adb

Browse files
Bump ed25519-dalek from 2.2.0 to 3.0.0 (#2372)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent f826b6e commit be03adb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.lock

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

warpgate-protocol-ssh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async-trait.workspace = true
1111
bytes.workspace = true
1212
curve25519-dalek = { version = "4.0.0", default-features = false } # pin due to build fail on x86
1313
dialoguer.workspace = true
14-
ed25519-dalek = { version = "2.0.0", default-features = false } # pin due to build fail on x86 in 2.1
14+
ed25519-dalek = { version = "3.0.0", default-features = false } # pin due to build fail on x86 in 2.1
1515
futures.workspace = true
1616
ratatui = { version = "0.30", default-features = false, features = [
1717
"crossterm",

0 commit comments

Comments
 (0)