1
0
mirror of https://github.com/actix/examples synced 2025-06-26 09:17:41 +02: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
2 changed files with 3 additions and 3 deletions

View File

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