Skip to content

Commit

Permalink
fix(deps): update rust crate tokio-postgres to ^0.7.13 (#20663)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent fdc8b7a commit bb960d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boundaries/marketing/newsletter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tera = "1.20.0"
env_logger = "0.11.6"
dotenv = "0.15.0"
postgres = "0.19.10"
tokio-postgres = { version = "^0.7.12" }
tokio-postgres = { version = "^0.7.13" }
refinery = { version = "0.8.14", features = ["tokio-postgres"] }
hyper-util = "0.1.10"
http-body-util = "0.1.2"
Expand Down

0 comments on commit bb960d5

Please sign in to comment.