1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Bump config from 0.13.3 to 0.13.4 (#671)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
dependabot[bot] 2023-12-04 18:02:38 +00:00 committed by GitHub
parent 16f396015f
commit a9d49dcf25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2173,9 +2173,9 @@ dependencies = [
[[package]] [[package]]
name = "config" name = "config"
version = "0.13.3" version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7" checksum = "23738e11972c7643e4ec947840fc463b6a571afcd3e735bdfce7d03c7a784aca"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"json5", "json5",

View File

@ -5,7 +5,7 @@ edition = "2021"
[dependencies] [dependencies]
actix-web.workspace = true actix-web.workspace = true
config = "0.13.1" config = "0.13"
deadpool-postgres = { version = "0.11", features = ["serde"] } deadpool-postgres = { version = "0.11", features = ["serde"] }
derive_more.workspace = true derive_more.workspace = true
dotenvy.workspace = true dotenvy.workspace = true