Skip to content

Commit

Permalink
Pin openssl-sys version
Browse files Browse the repository at this point in the history
Pinned version to 0.9.92.
  • Loading branch information
sophokles73 committed Sep 19, 2023
1 parent 193d84a commit c2f3842
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ crate/cratesio/-/num_enum_derive/0.5.11, BSD-3-Clause OR (MIT OR Apache-2.0), ap
crate/cratesio/-/num-traits/0.2.16, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/once_cell/1.18.0, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/openssl-probe/0.1.5, MIT OR Apache-2.0, approved, clearlydefined
crate/cratesio/-/openssl-sys/0.9.90, MIT AND (Apache-2.0 AND MIT), approved, #9757
crate/cratesio/-/openssl-sys/0.9.92, MIT AND (Apache-2.0 AND MIT), approved, #9757
crate/cratesio/-/paho-mqtt/0.12.1, EPL-1.0 OR BSD-3-Clause, approved, #9785
crate/cratesio/-/paho-mqtt-sys/0.8.1, (BSD-3-Clause OR EPL-1.0) AND (BSD-3-Clause OR EPL-2.0) AND GPL-2.0-only AND GPL-2.0-or-later AND MIT, approved, #9776
crate/cratesio/-/parking/2.1.0, Apache-2.0 OR MIT, approved, clearlydefined
Expand Down
8 changes: 4 additions & 4 deletions components/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 components/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fms-proto = { path = "fms-proto" }
influx-client = { path = "influx-client", default-features = false }
influxrs = { version = "2.0" }
log = { version = "0.4" }
openssl = { version = "0.10", default-features = false }
openssl-sys = { version = "0.9.92", default-features = false }
protobuf = { version = "3" }
protobuf-codegen = { version = "3" }
protoc-bin-vendored = { version = "3" }
Expand Down

0 comments on commit c2f3842

Please sign in to comment.