Skip to content

Commit 995c444

Browse files
wiktor-kbaloo
authored andcommitted
WIP: Upgrade versions of RustCrypto to pre
Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
1 parent 936a1b7 commit 995c444

15 files changed

+133
-2322
lines changed

Cargo.lock

Lines changed: 126 additions & 750 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["authentication", "cryptography", "encoding", "network-programming
1616
exclude = [".github"]
1717

1818
[workspace]
19-
members = [".", "fuzz"]
19+
members = ["."]
2020

2121
[dependencies]
2222
byteorder = "1"
@@ -26,11 +26,11 @@ log = { version = "0.4", optional = true }
2626
tokio = { version = "1", optional = true, features = ["rt", "net", "time"] }
2727
tokio-util = { version = "0.7", optional = true, features = ["codec"] }
2828
service-binding = { version = "^3" }
29-
ssh-encoding = { version = "0.2" }
30-
ssh-key = { version = "0.6", features = ["crypto", "alloc"] }
29+
ssh-encoding = { version = "0.3.0-pre.0" }
30+
ssh-key = { version = "0.7.0-pre.0", features = ["crypto", "alloc"] }
3131
thiserror = "1"
3232
subtle = { version = "2", default-features = false }
33-
signature = { version = "2", features = ["alloc"] }
33+
signature = { version = "2.3.0-pre.4", features = ["alloc"] }
3434
secrecy = "0.8"
3535

3636
[features]
@@ -41,20 +41,19 @@ agent = ["futures", "log", "tokio", "async-trait", "codec"]
4141
[dev-dependencies]
4242
env_logger = "0.11.3"
4343
rand = "0.8.5"
44-
rsa = { version = "0.9.6", features = ["sha2", "sha1"] }
44+
rsa = { version = "0.10.0-pre.2", features = ["sha2", "sha1"] }
4545
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] }
4646
sha1 = { version = "0.10.6", default-features = false, features = ["oid"] }
4747
testresult = "0.4.0"
4848
hex-literal = "0.4.1"
49-
ssh-key = { version = "0.6.6", features = ["p256", "rsa"] }
50-
p256 = { version = "0.13.2" }
49+
ssh-key = { version = "0.7.0-pre.0", features = ["p256", "rsa"] }
50+
p256 = { version = "0.14.0-pre.1" }
5151
const-str = "0.5.7"
5252
rstest = "0.21.0"
5353
openpgp-card = "0.5.0"
5454
card-backend-pcsc = "0.5.0"
5555
clap = { version = "4.5.7", features = ["derive"] }
5656
secrecy = "0.8.0"
5757
retainer = "0.3.0"
58-
pgp = "0.13.0"
5958
chrono = "0.4.38"
6059
interprocess = "2.2.0"

examples/README.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

examples/agent-socket-info.rs

Lines changed: 0 additions & 82 deletions
This file was deleted.

examples/extensions.rs

Lines changed: 0 additions & 161 deletions
This file was deleted.

0 commit comments

Comments
 (0)