Merge pull request #522 from vbrandl/dependabot/cargo/config-0.13.3

chore(deps): Bump config from 0.13.2 to 0.13.3
This commit is contained in:
Valentin Brandl 2022-12-18 09:08:47 +01:00 committed by GitHub
commit 41a0d64b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 4 deletions

View File

@ -7,13 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixes ### Fixes
* Fix clippy lint `needless_borrow` ([#526]) * Fixed clippy lint `needless_borrow` ([#526])
### Dependency Updates ### Dependency Updates
* Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0 ([#519]) * Updated [`bytes`](https://github.com/tokio-rs/bytes) from 1.2.1 to 1.3.0 ([#519])
* Updated [`config`](https://github.com/mehcode/config-rs) from 0.13.2 to 0.13.3 ([#522])
[#519]: https://github.com/vbrandl/hoc/pull/519 [#519]: https://github.com/vbrandl/hoc/pull/519
[#522]: https://github.com/vbrandl/hoc/pull/522
[#526]: https://github.com/vbrandl/hoc/pull/526 [#526]: https://github.com/vbrandl/hoc/pull/526
## [0.27.0] 2022-10-21 ## [0.27.0] 2022-10-21

4
Cargo.lock generated
View File

@ -444,9 +444,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]] [[package]]
name = "config" name = "config"
version = "0.13.2" version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11f1667b8320afa80d69d8bbe40830df2c8a06003d86f73d8e003b2c48df416d" checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"json5", "json5",

View File

@ -17,7 +17,7 @@ actix-rt = "2.7.0"
actix-web = "4.2.1" actix-web = "4.2.1"
badgers = "1.0.0" badgers = "1.0.0"
bytes = "1.3.0" bytes = "1.3.0"
config = { version = "0.13.2", features = ["toml"] } config = { version = "0.13.3", features = ["toml"] }
dotenvy = "0.15.6" dotenvy = "0.15.6"
futures = "0.3.25" futures = "0.3.25"
git2 = "0.15.0" git2 = "0.15.0"