Skip to content

Commit

Permalink
Bump the backend group with 3 updates (#464)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent 1361248 commit 312a676
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 18 deletions.
52 changes: 37 additions & 15 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.75"
async-trait = "0.1.73"
axum = { version = "0.6.20", features = ["macros"] }
bincode = "1.3.3"
clap = { version = "4.4.5", features = ["derive"] }
clap = { version = "4.4.6", features = ["derive"] }
config = "0.13.3"
deadpool = "0.10.0"
deadpool-postgres = { version = "0.11.0", features = ["serde"] }
Expand All @@ -32,8 +32,8 @@ mockito = "1.2.0"
openssl = { version = "0.10.57", features = ["vendored"] }
postgres-openssl = "0.5.0"
postgres-types = { version = "0.2.6", features = ["derive"] }
regex = "1.9.5"
reqwest = { version = "0.11.20", features = ["json"] }
regex = "1.9.6"
reqwest = { version = "0.11.21", features = ["json"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde_qs = "0.12.0"
Expand Down

0 comments on commit 312a676

Please sign in to comment.