Skip to content

Commit

Permalink
chore(deps): Bump deps (#2426)
Browse files Browse the repository at this point in the history
- Closes #2416
- Closes #2417
- Closes #2418
- Closes #2419
- Closes #2420
- Closes #2422
- Closes #2423
- Closes #2424
- Closes #2425

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
scsmithr and dependabot[bot] authored Jan 12, 2024
1 parent 4e59620 commit 2e99eda
Show file tree
Hide file tree
Showing 11 changed files with 84 additions and 60 deletions.
120 changes: 72 additions & 48 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 @@ -26,7 +26,7 @@ prost-build = "0.12"
prost-types = "0.12"
reqwest = { version = "0.11.23", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.111"
tempfile = "3.9.0"
thiserror = "1.0"
tokio = { version = "1", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/bench_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pgsrv = {path = "../pgsrv"}
tokio = { workspace = true }
tokio-postgres = "0.7.8"
anyhow = "1.0"
clap = { version = "4.4.13", features = ["derive"] }
clap = { version = "4.4.16", features = ["derive"] }
async-trait = { workspace = true }
glob = "0.3.1"
regex = "1.8.1"
Expand Down
Loading

0 comments on commit 2e99eda

Please sign in to comment.