@@ -28,28 +28,28 @@ console-subscriber = { version = "0.4", optional = true }
2828crossbeam-channel = " 0.5"
2929crossbeam-queue = " 0.3"
3030crossbeam-utils = " 0.8"
31- dashmap = " 6.0 "
31+ dashmap = " 6.1 "
3232derive_builder = { workspace = true }
3333derive_more = { workspace = true }
3434enum_dispatch = " 0.3"
3535enum-iterator = " 2"
36- flate2 = { version = " 1.0 " , optional = true }
36+ flate2 = { version = " 1.1 " , optional = true }
3737futures-util = { version = " 0.3" , default-features = false }
3838futures-channel = { version = " 0.3" , default-features = false , features = [" std" ] }
3939gethostname = " 1.0.2"
40- governor = " 0.8 "
40+ governor = " 0.10 "
4141http-body-util = { version = " 0.1" , optional = true }
42- hyper = { version = " 1.2 " , optional = true }
42+ hyper = { version = " 1.7 " , optional = true }
4343hyper-util = { version = " 0.1" , features = [" server" , " http1" , " http2" , " tokio" ], optional = true }
4444itertools = " 0.14"
45- lru = " 0.13 "
45+ lru = " 0.16 "
4646mockall = " 0.13"
4747opentelemetry = { workspace = true , features = [" metrics" ], optional = true }
4848opentelemetry_sdk = { version = " 0.30" , features = [" rt-tokio" , " metrics" , " spec_unstable_metrics_views" ], optional = true }
4949opentelemetry-otlp = { version = " 0.30" , features = [" tokio" , " metrics" , " tls" , " http-proto" , " grpc-tonic" ], optional = true }
5050parking_lot = { version = " 0.12" , features = [" send_guard" ] }
5151pid = " 4.0"
52- pin-project = " 1.0 "
52+ pin-project = " 1.1 "
5353prometheus = { version = " 0.14" , optional = true }
5454prost = { workspace = true }
5555prost-types = { version = " 0.6" , package = " prost-wkt-types" }
@@ -60,18 +60,18 @@ serde = "1.0"
6060serde_json = " 1.0"
6161siphasher = " 1.0"
6262slotmap = " 1.0"
63- sysinfo = { version = " 0.33 " , default-features = false , features = [" system" ] }
63+ sysinfo = { version = " 0.37 " , default-features = false , features = [" system" ] }
6464tar = { version = " 0.4" , optional = true }
6565thiserror = { workspace = true }
66- tokio = { version = " 1.37 " , features = [" rt" , " rt-multi-thread" , " parking_lot" , " time" , " fs" , " process" ] }
66+ tokio = { version = " 1.47 " , features = [" rt" , " rt-multi-thread" , " parking_lot" , " time" , " fs" , " process" ] }
6767tokio-util = { version = " 0.7" , features = [" io" , " io-util" ] }
6868tokio-stream = " 0.1"
6969tonic = { workspace = true , features = [" tls-ring" , " tls-native-roots" ] }
7070tracing = " 0.1"
7171tracing-subscriber = { version = " 0.3" , default-features = false , features = [" parking_lot" , " env-filter" , " registry" , " ansi" ] }
72- url = " 2.2 "
73- uuid = { version = " 1.1 " , features = [" v4" ] }
74- zip = { version = " 2.0 " , optional = true }
72+ url = " 2.5 "
73+ uuid = { version = " 1.18 " , features = [" v4" ] }
74+ zip = { version = " 4.6 " , optional = true }
7575
7676# 1st party local deps
7777[dependencies .temporal-sdk-core-api ]
@@ -89,14 +89,14 @@ path = "../client"
8989path = " ../fsm"
9090
9191[dev-dependencies ]
92- assert_matches = " 1.4 "
93- bimap = " 0.6.1 "
94- clap = { version = " 4.0 " , features = [" derive" ] }
95- criterion = { version = " 0.6 " , features = [" async" , " async_tokio" ] }
96- rstest = " 0.25 "
92+ assert_matches = " 1.5 "
93+ bimap = " 0.6.3 "
94+ clap = { version = " 4.5 " , features = [" derive" ] }
95+ criterion = { version = " 0.7 " , features = [" async" , " async_tokio" ] }
96+ rstest = " 0.26 "
9797temporal-sdk-core-test-utils = { path = " ../test-utils" }
9898temporal-sdk = { path = " ../sdk" }
99- tokio = { version = " 1.37 " , features = [" rt" , " rt-multi-thread" , " parking_lot" , " time" , " fs" , " process" , " test-util" ] }
99+ tokio = { version = " 1.47 " , features = [" rt" , " rt-multi-thread" , " parking_lot" , " time" , " fs" , " process" , " test-util" ] }
100100tokio-stream = { version = " 0.1" , features = [" net" ] }
101101
102102[[test ]]
0 commit comments