@@ -22,9 +22,9 @@ async-trait = { workspace = true }
2222chrono = { workspace = true }
2323clap = { workspace = true , features = [" cargo" ] }
2424config = { workspace = true }
25- flate2 = " 1.1.2 "
26- gcloud-kms = { version = " 1.2 .1" , features = [" auth" ] }
27- gcloud-storage = { version = " 1.1.0 " , features = [" auth" ] }
25+ flate2 = " 1.1.4 "
26+ gcloud-kms = { version = " 1.3 .1" , features = [" auth" ] }
27+ gcloud-storage = { version = " 1.1.1 " , features = [" auth" ] }
2828hex = { workspace = true }
2929mithril-cardano-node-chain = { path = " ../internal/cardano-node/mithril-cardano-node-chain" }
3030mithril-cardano-node-internal-database = { path = " ../internal/cardano-node/mithril-cardano-node-internal-database" }
@@ -42,7 +42,7 @@ mithril-ticker = { path = "../internal/mithril-ticker" }
4242paste = " 1.0.15"
4343percent-encoding = " 2.3.2"
4444rayon = { workspace = true }
45- regex = " 1.11 .2"
45+ regex = " 1.12 .2"
4646reqwest = { workspace = true , features = [
4747 " default" ,
4848 " gzip" ,
@@ -76,18 +76,18 @@ zstd = { version = "0.13.3", features = ["zstdmt"] }
7676tikv-jemallocator = { version = " 0.6.0" , optional = true }
7777
7878[dev-dependencies ]
79- axum = { version = " 0.8.4 " , features = [" json" ] }
80- axum-test = " 18.0.2 "
79+ axum = { version = " 0.8.6 " , features = [" json" ] }
80+ axum-test = " 18.1.0 "
8181criterion = { version = " 0.7.0" , features = [" html_reports" , " async_tokio" ] }
8282http = " 1.3.1"
83- httpmock = " 0.7.0 "
83+ httpmock = " 0.8.1 "
8484mithril-api-spec = { path = " ../internal/tests/mithril-api-spec" }
8585mithril-common = { path = " ../mithril-common" , features = [" allow_skip_signer_certification" ] }
8686mithril-test-http-server = { path = " ../internal/tests/mithril-test-http-server" }
8787mockall = { workspace = true }
8888slog-scope = " 4.4.0"
8989slog-term = { workspace = true }
90- tempfile = " 3.21 .0"
90+ tempfile = " 3.23 .0"
9191warp = { workspace = true , features = [" test" ] }
9292
9393[[bench ]]
0 commit comments