Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSSL dependency update to support v3.x #340

Merged
merged 18 commits into from
Aug 30, 2023
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ hyper = { version = "=1.0.0-rc.3", default-features = false, features = [
"http1",
] }
nom = "7.1"
openssl = "^0.10.41"
openssl = "^0.10.56"
rand = "0.8"
serde = { version = "^1.0.141", features = ["derive"] }
serde_cbor_2 = { version = "0.12.0-dev" }
Expand Down
1 change: 0 additions & 1 deletion authenticator-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ clap.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
tracing-log = { version = "0.1.3" }

1 change: 0 additions & 1 deletion fido-mds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
uuid = { workspace = true, features = ["v4", "serde"] }

2 changes: 1 addition & 1 deletion tutorial/server/axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ tower-http = {version="0.3.4", features=["fs"]}
[features]
default = ["wasm"]
wasm = []
javascript = []
javascript = []
1 change: 0 additions & 1 deletion tutorial/server/tide/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ tracing-subscriber.workspace = true
serde.workspace = true
rand.workspace = true
anyhow = "1.0"

Loading