@@ -40,9 +40,9 @@ mithril-signed-entity-lock = { path = "../internal/signed-entity/mithril-signed-
4040mithril-signed-entity-preloader = { path = " ../internal/signed-entity/mithril-signed-entity-preloader" }
4141mithril-ticker = { path = " ../internal/mithril-ticker" }
4242paste = " 1.0.15"
43- percent-encoding = " 2.3.1 "
43+ percent-encoding = " 2.3.2 "
4444rayon = { workspace = true }
45- regex = " 1.11.1 "
45+ regex = " 1.11.2 "
4646reqwest = { workspace = true , features = [
4747 " default" ,
4848 " gzip" ,
@@ -63,8 +63,8 @@ sqlite = { version = "0.37.0", features = ["bundled"] }
6363tar = " 0.4.44"
6464thiserror = { workspace = true }
6565tokio = { workspace = true , features = [" macros" , " rt-multi-thread" , " signal" ] }
66- tokio-util = { version = " 0.7.15 " , features = [" codec" ] }
67- uuid = { version = " 1.17.0 " , features = [
66+ tokio-util = { version = " 0.7.16 " , features = [" codec" ] }
67+ uuid = { version = " 1.18.1 " , features = [
6868 " v4" ,
6969 " fast-rng" ,
7070 " macro-diagnostics" ,
@@ -77,8 +77,8 @@ tikv-jemallocator = { version = "0.6.0", optional = true }
7777
7878[dev-dependencies ]
7979axum = { version = " 0.8.4" , features = [" json" ] }
80- axum-test = " 17.3.0 "
81- criterion = { version = " 0.6 .0" , features = [" html_reports" , " async_tokio" ] }
80+ axum-test = " 18.0.2 "
81+ criterion = { version = " 0.7 .0" , features = [" html_reports" , " async_tokio" ] }
8282http = " 1.3.1"
8383httpmock = " 0.7.0"
8484mithril-api-spec = { path = " ../internal/tests/mithril-api-spec" }
@@ -87,7 +87,7 @@ mithril-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.20 .0"
90+ tempfile = " 3.21 .0"
9191
9292[[bench ]]
9393name = " cardano_transactions_import"
0 commit comments