Skip to content

Commit 9a25119

Browse files
authored
build: bump deps (#35)
1 parent 3abd47c commit 9a25119

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ serde_json = "1.0.140"
3232
anyhow = { version = "1.0.97", default-features = false }
3333
async-trait = { version = "0.1.88" }
3434
axum = { version = "0.8.3", features = ["http1", "http2", "json", "macros"] }
35-
caslex = { version = "0.2.3", features = ["auth"] }
35+
caslex = { version = "0.2.4", features = ["auth"] }
3636
caslex-extra = { version = "0.2.4", features = ["observability", "postgres", "jwt"] }
3737
chrono = { version = "0.4.40", features = ["serde"] }
3838
deadpool-postgres = { version = "0.14.1" }
3939
mockall = { version = "0.13.1" }
4040
serde = { version = "1.0.219", features = ["derive"] }
41-
tokio = { version = "1.44.1", features = ["full"] }
41+
tokio = { version = "1.44.2", features = ["full"] }
4242
tokio-postgres = { version = "0.7.13", features = ["with-chrono-0_4"] }
4343
tokio-postgres-utils = { version = "0.2.0" }
4444
tokio-util = "0.7.14"

0 commit comments

Comments
 (0)