@@ -5,7 +5,6 @@ resolver = "2"
55members = [
66 " bench_util" ,
77 " cli" ,
8- " cli/napi/sym" ,
98 " ext/broadcast_channel" ,
109 " ext/cache" ,
1110 " ext/canvas" ,
@@ -19,6 +18,7 @@ members = [
1918 " ext/io" ,
2019 " ext/kv" ,
2120 " ext/napi" ,
21+ " ext/napi/sym" ,
2222 " ext/net" ,
2323 " ext/node" ,
2424 " ext/url" ,
@@ -55,9 +55,9 @@ deno_npm = "=0.25.4"
5555deno_path_util = " =0.2.1"
5656deno_permissions = { version = " 0.33.0" , path = " ./runtime/permissions" }
5757deno_runtime = { version = " 0.182.0" , path = " ./runtime" }
58- deno_semver = " =0.5.14 "
58+ deno_semver = " =0.5.16 "
5959deno_terminal = " 0.2.0"
60- napi_sym = { version = " 0.103.0" , path = " ./cli /napi/sym" }
60+ napi_sym = { version = " 0.103.0" , path = " ./ext /napi/sym" }
6161test_util = { package = " test_server" , path = " ./tests/util/server" }
6262
6363denokv_proto = " 0.8.1"
@@ -137,7 +137,7 @@ hyper-util = { version = "=0.1.7", features = ["tokio", "client", "client-legacy
137137hyper_v014 = { package = " hyper" , version = " 0.14.26" , features = [" runtime" , " http1" ] }
138138indexmap = { version = " 2" , features = [" serde" ] }
139139ipnet = " 2.3"
140- jsonc-parser = { version = " =0.23.0 " , features = [" serde" ] }
140+ jsonc-parser = { version = " =0.26.1 " , features = [" serde" ] }
141141lazy-regex = " 3"
142142libc = " 0.2.126"
143143libz-sys = { version = " 1.1.20" , default-features = false }
@@ -187,7 +187,7 @@ tar = "=0.4.40"
187187tempfile = " 3.4.0"
188188termcolor = " 1.1.3"
189189thiserror = " 1.0.61"
190- tokio = { version = " = 1.36.0" , features = [" full" ] }
190+ tokio = { version = " 1.36.0" , features = [" full" ] }
191191tokio-metrics = { version = " 0.3.0" , features = [" rt" ] }
192192tokio-rustls = { version = " 0.26.0" , default-features = false , features = [" ring" , " tls12" ] }
193193tokio-socks = " 0.5.1"
0 commit comments