@@ -22,7 +22,7 @@ chrono = { workspace = true }
22
22
clap = { workspace = true , features = [" cargo" ] }
23
23
config = { workspace = true }
24
24
flate2 = " 1.1.1"
25
- gcloud-kms = { version = " 1.2.0 " , features = [" auth" ] }
25
+ gcloud-kms = { version = " 1.2.1 " , features = [" auth" ] }
26
26
gcloud-storage = { version = " 1.1.0" , features = [" auth" ] }
27
27
hex = { workspace = true }
28
28
mithril-cli-helper = { path = " ../internal/mithril-cli-helper" }
@@ -58,7 +58,7 @@ tar = "0.4.44"
58
58
thiserror = { workspace = true }
59
59
tokio = { workspace = true , features = [" macros" , " rt-multi-thread" , " signal" ] }
60
60
tokio-util = { version = " 0.7.15" , features = [" codec" ] }
61
- uuid = { version = " 1.16 .0" , features = [
61
+ uuid = { version = " 1.17 .0" , features = [
62
62
" v4" ,
63
63
" fast-rng" ,
64
64
" macro-diagnostics" ,
@@ -70,7 +70,7 @@ zstd = { version = "0.13.3", features = ["zstdmt"] }
70
70
tikv-jemallocator = { version = " 0.6.0" , optional = true }
71
71
72
72
[dev-dependencies ]
73
- criterion = { version = " 0.5.1 " , features = [" html_reports" , " async_tokio" ] }
73
+ criterion = { version = " 0.6.0 " , features = [" html_reports" , " async_tokio" ] }
74
74
http = " 1.3.1"
75
75
httpmock = " 0.7.0"
76
76
mithril-common = { path = " ../mithril-common" , features = [
@@ -80,7 +80,7 @@ mithril-common = { path = "../mithril-common", features = [
80
80
mockall = { workspace = true }
81
81
slog-scope = " 4.4.0"
82
82
slog-term = { workspace = true }
83
- tempfile = " 3.19.1 "
83
+ tempfile = " 3.20.0 "
84
84
85
85
[[bench ]]
86
86
name = " cardano_transactions_import"
0 commit comments