Skip to content

Commit

Permalink
Bump r2d2_postgres from 0.18.1 to 0.18.2
Browse files Browse the repository at this point in the history
Bumps [r2d2_postgres](https://github.com/sfackler/r2d2-postgres) from 0.18.1 to 0.18.2.
- [Release notes](https://github.com/sfackler/r2d2-postgres/releases)
- [Commits](sfackler/r2d2-postgres@v0.18.1...v0.18.2)

---
updated-dependencies:
- dependency-name: r2d2_postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent a327fb4 commit d6df186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async-recursion = "1.1.1"
base64 = "0.22.1"
uuid = {version="1.11.0", features = ["v4", "serde"]}
libsqlite3-sys = {version = "0.30.1", features = ["bundled"], optional = true}
r2d2_postgres = {version = "0.18.1", optional = true}
r2d2_postgres = {version = "0.18.2", optional = true}
diesel_migrations = "2.2.0"
actix-files = "0.6.6"
actix-web = {version="4.9.0", features=["rustls"]}
Expand Down

0 comments on commit d6df186

Please sign in to comment.