Skip to content

Commit b186f73

Browse files
Merge pull request #134 from theseus-rs/update-dependencies
chore: update dependencies
2 parents 577b54f + 30ac9fb commit b186f73

File tree

2 files changed

+67
-63
lines changed

2 files changed

+67
-63
lines changed

Cargo.lock

Lines changed: 63 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ version = "0.16.3"
2525

2626
[workspace.dependencies]
2727
anyhow = "1.0.86"
28-
async-trait = "0.1.81"
28+
async-trait = "0.1.82"
2929
axum = "0.7.5"
3030
criterion = "0.5.1"
31-
diesel = "2.2.3"
31+
diesel = "2.2.4"
3232
diesel_migrations = "2.2.0"
3333
flate2 = "1.0.31"
3434
futures-util = "0.3.30"
@@ -55,13 +55,13 @@ serde = "1.0.207"
5555
serde_json = "1.0.124"
5656
sha1 = "0.10.6"
5757
sha2 = "0.10.8"
58-
sqlx = { version = "0.8.1", default-features = false, features = ["postgres"] }
58+
sqlx = { version = "0.8.2", default-features = false, features = ["postgres"] }
5959
tar = "0.4.41"
6060
target-triple = "0.1.3"
6161
test-log = "0.2.16"
6262
tempfile = "3.12.0"
6363
thiserror = "1.0.63"
64-
tokio = "1.39.3"
64+
tokio = "1.40.0"
6565
tracing = "0.1.40"
6666
tracing-indicatif = "0.3.6"
6767
tracing-subscriber = "0.3.18"

0 commit comments

Comments
 (0)