Skip to content

Commit

Permalink
editoast: bump tokio-postgres from 0.7.10 to 0.7.11 in /editoast
Browse files Browse the repository at this point in the history
Bumps [tokio-postgres](https://github.com/sfackler/rust-postgres) from 0.7.10 to 0.7.11.
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.10...tokio-postgres-v0.7.11)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and woshilapin committed Jul 23, 2024
1 parent 2078938 commit 67ad0ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions editoast/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 editoast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ strum = { version = "0.26.3", features = ["derive"] }
tempfile = "3.10.1"
thiserror = "1.0.62"
tokio = { version = "1.38.1", features = ["macros", "rt-multi-thread"] }
tokio-postgres = "0.7.10"
tokio-postgres = "0.7.11"
tracing = { version = "0.1.40", features = ["log"] }
url = { version = "2.5.2", features = ["serde"] }
utoipa = { version = "4.2.3", features = ["actix_extras", "chrono", "uuid"] }
Expand Down

0 comments on commit 67ad0ae

Please sign in to comment.