File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ cucumber = "0.21"
30
30
tokio-stream = " 0.1"
31
31
futures-core = " 0.3"
32
32
testcontainers = { version = " 0.23.1" , features = [" http_wait" , " blocking" ] }
33
- wiremock = " 0.6.2 "
34
- tempfile = " 3.3.1 "
33
+ wiremock = " 0.6.3 "
34
+ tempfile = " 3.19.0 "
35
35
serial_test = " 3.2"
36
36
tracing-test = " 0.2"
37
37
test-log = { version = " 0.2" , features = [" trace" ] }
@@ -42,19 +42,19 @@ async-trait = "0.1"
42
42
tonic = { version = " 0.12" , features = [" tls" ] }
43
43
prost = " 0.13"
44
44
prost-types = " 0.13"
45
- tokio = { version = " 1.0 " , features = [" full" ] }
45
+ tokio = { version = " 1.44 " , features = [" full" ] }
46
46
serde_json = " 1.0"
47
47
serde = { version = " 1.0" , features = [" derive" ] }
48
48
lru = " 0.13"
49
49
futures = " 0.3"
50
50
reqwest = { version = " 0.12" , features = [" json" , " stream" ] }
51
51
tracing = " 0.1"
52
52
tracing-subscriber = " 0.3"
53
- anyhow = " 1.0.95 "
53
+ anyhow = " 1.0.97 "
54
54
regex = " 1.11.1"
55
- semver = " 1.0.25 "
55
+ semver = " 1.0.26 "
56
56
murmurhash3 = " 0.0.5"
57
57
tower = " 0.5"
58
58
hyper-util = { version = " 0.1" , features = [" tokio" ] }
59
59
thiserror = " 2.0"
60
- datalogic-rs = " 2.0.16 "
60
+ datalogic-rs = " 2.1.15 "
You can’t perform that action at this time.
0 commit comments