File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ serde_json = "1.0.18" # This is the earliest version which supports 128-bit inte
16
16
thiserror = " >=1, <3"
17
17
tokio = { version = " 1.5" , features = [" sync" , " macros" ] }
18
18
tracing = " 0.1.27"
19
- wasmtime = { version = " >=22, <27 " , default-features = false , features = [
19
+ wasmtime = { version = " >=22, <28 " , default-features = false , features = [
20
20
" async" ,
21
21
] }
22
22
@@ -65,7 +65,7 @@ version = "1.5"
65
65
features = [" macros" , " fs" , " rt" , " rt-multi-thread" ]
66
66
67
67
[dev-dependencies ]
68
- wasmtime = { version = " >=22, <27 " , default-features = false , features = [
68
+ wasmtime = { version = " >=22, <28 " , default-features = false , features = [
69
69
" cranelift" ,
70
70
] }
71
71
insta = { version = " 1" , features = [" yaml" ] }
You can’t perform that action at this time.
0 commit comments