docs: Update changelog

This commit is contained in:
Sergio Gasquez 2023-11-07 12:23:31 +01:00
parent 69dd9fda45
commit f727be5727
3 changed files with 6 additions and 5 deletions

View File

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Reduce logs verbosity, add docstrings, and use async methods (#384)
- Change how Windows environment is configured (#389)
## [0.7.0] - 2023-10-18

8
Cargo.lock generated
View File

@ -1061,9 +1061,9 @@ checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "openssl"
version = "0.10.58"
version = "0.10.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9dfc0783362704e97ef3bd24261995a699468440099ef95d869b4d9732f829a"
checksum = "7a257ad03cd8fb16ad4172fedf8094451e1af1c4b70097636ef2eac9a5f0cc33"
dependencies = [
"bitflags 2.4.1",
"cfg-if",
@ -1102,9 +1102,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
version = "0.9.94"
version = "0.9.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f55da20b29f956fb01f0add8683eb26ee13ebe3ebd935e49898717c6b4b2830"
checksum = "40a4130519a360279579c2053038317e40eff64d13fd3f004f9e1b72b8a6aaf9"
dependencies = [
"cc",
"libc",

View File

@ -39,7 +39,7 @@ xz2 = "0.1.7"
zip = "0.6.6"
[target.'cfg(unix)'.dependencies]
openssl = { version = "0.10.58", features = ["vendored"] }
openssl = { version = "0.10.59", features = ["vendored"] }
[target.'cfg(windows)'.dependencies]
winreg = "0.51.0"