@@ -22,7 +22,7 @@ chrono = { workspace = true }
2222clap = { workspace = true , features = [" cargo" ] }
2323config = { workspace = true }
2424flate2 = " 1.1.1"
25- gcloud-kms = { version = " 1.2.0 " , features = [" auth" ] }
25+ gcloud-kms = { version = " 1.2.1 " , features = [" auth" ] }
2626gcloud-storage = { version = " 1.1.0" , features = [" auth" ] }
2727hex = { workspace = true }
2828mithril-cli-helper = { path = " ../internal/mithril-cli-helper" }
@@ -58,7 +58,7 @@ tar = "0.4.44"
5858thiserror = { workspace = true }
5959tokio = { workspace = true , features = [" macros" , " rt-multi-thread" , " signal" ] }
6060tokio-util = { version = " 0.7.15" , features = [" codec" ] }
61- uuid = { version = " 1.16 .0" , features = [
61+ uuid = { version = " 1.17 .0" , features = [
6262 " v4" ,
6363 " fast-rng" ,
6464 " macro-diagnostics" ,
@@ -70,7 +70,7 @@ zstd = { version = "0.13.3", features = ["zstdmt"] }
7070tikv-jemallocator = { version = " 0.6.0" , optional = true }
7171
7272[dev-dependencies ]
73- criterion = { version = " 0.5.1 " , features = [" html_reports" , " async_tokio" ] }
73+ criterion = { version = " 0.6.0 " , features = [" html_reports" , " async_tokio" ] }
7474http = " 1.3.1"
7575httpmock = " 0.7.0"
7676mithril-common = { path = " ../mithril-common" , features = [
@@ -80,7 +80,7 @@ mithril-common = { path = "../mithril-common", features = [
8080mockall = { workspace = true }
8181slog-scope = " 4.4.0"
8282slog-term = { workspace = true }
83- tempfile = " 3.19.1 "
83+ tempfile = " 3.20.0 "
8484
8585[[bench ]]
8686name = " cardano_transactions_import"
0 commit comments