Skip to content

Commit

Permalink
Merge pull request #664 from fdo-rs/update-openssl
Browse files Browse the repository at this point in the history
chore: bump openssl to 0.10.66
  • Loading branch information
mergify[bot] committed Aug 19, 2024
2 parents 839270e + 25272e7 commit dac66e8
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
anyhow = "1"
config = "0.13.4"
openssl = "0.10.60"
openssl = "0.10.66"
log = "0.4"
time = "0.3"
clap = { version = "4.4", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion client-linuxapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ thiserror = "1"
libcryptsetup-rs = { version = "0.9.0", features = ["mutex"] }
secrecy = "0.8"
devicemapper = "0.34"
openssl = "0.10.60"
openssl = "0.10.66"

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["client"] }
Expand Down
2 changes: 1 addition & 1 deletion data-formats/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"
[dependencies]
ciborium = "0.2.0"
hex = "0.4"
openssl = "0.10.60"
openssl = "0.10.66"
log = "0.4"
serde = "1"
serde_bytes = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fdo-data-formats = { path = "../data-formats", version = "0.5.0" }

[dev-dependencies]
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.0", features = ["server"] }
openssl = "0.10.55"
openssl = "0.10.66"

[features]
postgres = []
Expand Down
2 changes: 1 addition & 1 deletion http-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pretty_env_logger = "0.5"

hex = "0.4"

openssl = "0.10.60"
openssl = "0.10.66"

fdo-data-formats = { path = "../data-formats", version = "0.5.0" }
fdo-store = { path = "../store", version = "0.5.0" }
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tempfile = "3"
tera = "1"
regex = "1.3.7"
lazy_static = "1.4.0"
openssl = "0.10.60"
openssl = "0.10.66"
libc = "0.2"
reqwest = { version = "0.11", features = ["json"] }
tokio = "1.25.0"
Expand Down
2 changes: 1 addition & 1 deletion manufacturing-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = "1"
clap = { version = "4.4", features = ["derive"] }
hex = "0.4"
log = "0.4"
openssl = "0.10.60"
openssl = "0.10.66"
tokio = { version = "1", features = ["full"] }
rand = "0.8.4"
tss-esapi = { version = "7.4", features = ["generate-bindings"] }
Expand Down
2 changes: 1 addition & 1 deletion manufacturing-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config = "0.13.4"
tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.60"
openssl = "0.10.66"
warp = "0.3.6"
log = "0.4"
hex = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion owner-onboarding-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config = "0.13.4"
tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.60"
openssl = "0.10.66"
warp = "0.3.6"
serde_bytes = "0.11"
serde_cbor = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion owner-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
anyhow = "1.0"
clap = { version = "4.4", features = ["derive"] }
log = "0.4"
openssl = "0.10.60"
openssl = "0.10.66"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion rendezvous-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config = "0.13.4"
tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.60"
openssl = "0.10.66"
warp = "0.3.6"
log = "0.4"
time = "0.3"
Expand Down

0 comments on commit dac66e8

Please sign in to comment.