Skip to content

Commit

Permalink
Merge pull request #450 from fedora-iot/dependabot/cargo/openssl-0.10.48
Browse files Browse the repository at this point in the history
chore: bump openssl from 0.10.45 to 0.10.48
  • Loading branch information
mergify[bot] authored Mar 27, 2023
2 parents c72bb3e + ade181c commit 46ab5a5
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 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.3"
openssl = "0.10.45"
openssl = "0.10.48"
log = "0.4"
time = "0.3"
clap = { version = "4.1", features = ["derive"] }
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.45"
openssl = "0.10.48"
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.45"
openssl = "0.10.48"

fdo-data-formats = { path = "../data-formats", version = "0.4.8" }
fdo-store = { path = "../store", version = "0.4.8" }
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.45"
openssl = "0.10.48"
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 @@ -10,7 +10,7 @@ edition = "2018"
anyhow = "1"
hex = "0.4"
log = "0.4"
openssl = "0.10.45"
openssl = "0.10.48"
tokio = { version = "1", features = ["full"] }
sys-info = "0.9"
passwd = "0.0.1"
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.45"
openssl = "0.10.48"
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.45"
openssl = "0.10.48"
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.1", features = ["derive"] }
log = "0.4"
openssl = "0.10.45"
openssl = "0.10.48"
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.45"
openssl = "0.10.48"
warp = "0.3"
log = "0.4"
time = "0.3"
Expand Down

0 comments on commit 46ab5a5

Please sign in to comment.