Skip to content

Commit

Permalink
Merge pull request #581 from fdo-rs/dependabot/cargo/openssl-0.10.60
Browse files Browse the repository at this point in the history
chore: bump openssl from 0.10.55 to 0.10.60
  • Loading branch information
mergify[bot] authored Nov 29, 2023
2 parents 71624ca + c59a7dc commit 7ca7655
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 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.3"
openssl = "0.10.55"
openssl = "0.10.60"
log = "0.4"
time = "0.3"
clap = { version = "4.2", 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.8.0", features = ["mutex"] }
secrecy = "0.8"
devicemapper = "0.34"
openssl = "0.10.55"
openssl = "0.10.60"

fdo-data-formats = { path = "../data-formats", version = "0.4.12" }
fdo-http-wrapper = { path = "../http-wrapper", version = "0.4.12", 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.55"
openssl = "0.10.60"
log = "0.4"
serde = "1"
serde_bytes = "0.11"
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.4"

hex = "0.4"

openssl = "0.10.55"
openssl = "0.10.60"

fdo-data-formats = { path = "../data-formats", version = "0.4.12" }
fdo-store = { path = "../store", version = "0.4.12" }
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.55"
openssl = "0.10.60"
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.2", features = ["derive"] }
hex = "0.4"
log = "0.4"
openssl = "0.10.55"
openssl = "0.10.60"
tokio = { version = "1", features = ["full"] }
rand = "0.8.4"
tss-esapi = { version = "7.2", 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.3"
tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.55"
openssl = "0.10.60"
warp = "0.3"
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.3"
tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.55"
openssl = "0.10.60"
warp = "0.3"
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.2", features = ["derive"] }
log = "0.4"
openssl = "0.10.55"
openssl = "0.10.60"
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.3"
tokio = { version = "1", features = ["full"] }
thiserror= "1"
serde = "1"
openssl = "0.10.55"
openssl = "0.10.60"
warp = "0.3"
log = "0.4"
time = "0.3"
Expand Down

0 comments on commit 7ca7655

Please sign in to comment.