@@ -48,12 +48,12 @@ cache = ["lru"]
48
48
49
49
50
50
[dependencies ]
51
- quickjs_runtime = {version = " 0.14" }
51
+ quickjs_runtime = { version = " 0.14" }
52
52
# quickjs_runtime = { path = '../quickjs_es_runtime', features = ["typescript", "default"]}
53
53
# quickjs_runtime = { git = 'https://github.com/HiRoFa/quickjs_es_runtime', features = ["typescript", "default"]}
54
54
# libquickjs-sys = {package="hirofa-quickjs-sys", path='../quickjs-sys', features=["quickjs-ng"]}
55
55
# libquickjs-sys = {package="hirofa-quickjs-sys", git='https://github.com/HiRoFa/quickjs-sys', features=["bellard"]}
56
- libquickjs-sys = {package = " hirofa-quickjs-sys" , version = " 0.8 " , features = [" bellard" ], default-features = false }
56
+ libquickjs-sys = { package = " hirofa-quickjs-sys" , version = " 0.9 " , features = [" bellard" ], default-features = false }
57
57
hirofa_utils = " 0.7"
58
58
# hirofa_utils = {git = "https://github.com/HiRoFa/utils"}
59
59
# hirofa_utils = { path = '../utils'}
@@ -65,30 +65,30 @@ backtrace = "0.3.56"
65
65
url = " 2.2.1"
66
66
gpp = " 0.6"
67
67
68
- reqwest = {version = " 0.11" , features = [" rustls-tls" , " cookies" , " gzip" , " deflate" , " multipart" , " blocking" ], optional = true , default-features = false }
69
- gpio-cdev = {git = " https://github.com/rust-embedded/gpio-cdev" , optional = true , features = [" async-tokio" , " futures" ]}
70
- futures = {version = " 0.3" }
71
- mysql_lib = {package = " mysql_async" , version = " 0.34.1" , optional = true }
72
- sqlx_lib = {package = " sqlx" , version = " 0.8.2" , features = [" mysql" , " postgres" , " runtime-tokio" , " time" , " chrono" , " uuid" , " rust_decimal" ], optional = true }
73
- lru = {version = " 0.12.1" , optional = true }
74
- csv = {version = " 1.1.6" , optional = true }
75
- uuid = {version = " 1" , features = [" v4" , " serde" ], optional = true }
76
- jwt-simple = {version = " 0.12" , default-features = false , features = [" pure-rust" ], optional = true }
77
- serde = {version = " 1.0" , optional = true }
78
- serde_json = {version = " 1.0" , optional = true }
68
+ reqwest = { version = " 0.11" , features = [" rustls-tls" , " cookies" , " gzip" , " deflate" , " multipart" , " blocking" ], optional = true , default-features = false }
69
+ gpio-cdev = { git = " https://github.com/rust-embedded/gpio-cdev" , optional = true , features = [" async-tokio" , " futures" ] }
70
+ futures = { version = " 0.3" }
71
+ mysql_lib = { package = " mysql_async" , version = " 0.34.1" , optional = true }
72
+ sqlx_lib = { package = " sqlx" , version = " 0.8.2" , features = [" mysql" , " postgres" , " runtime-tokio" , " time" , " chrono" , " uuid" , " rust_decimal" ], optional = true }
73
+ lru = { version = " 0.12.1" , optional = true }
74
+ csv = { version = " 1.1.6" , optional = true }
75
+ uuid = { version = " 1" , features = [" v4" , " serde" ], optional = true }
76
+ jwt-simple = { version = " 0.12" , default-features = false , features = [" pure-rust" ], optional = true }
77
+ serde = { version = " 1.0" , optional = true }
78
+ serde_json = { version = " 1.0" , optional = true }
79
79
num-traits = " 0.2"
80
80
cached = " 0.54"
81
81
82
82
regex = " 1.8.1"
83
83
84
84
# kuchiki = {version="0.8.1", optional = true}
85
- kuchiki = {package = " kuchikiki" , git = " https://github.com/HiRoFa/kuchikiki" , optional = true }
86
- html5ever = {version = " 0.27" , optional = true }
87
- base64 = {version = " 0.21.0" , optional = true }
85
+ kuchiki = { package = " kuchikiki" , git = " https://github.com/HiRoFa/kuchikiki" , optional = true }
86
+ html5ever = { version = " 0.27" , optional = true }
87
+ base64 = { version = " 0.21.0" , optional = true }
88
88
# kuchiki = {git="https://github.com/kuchiki-rs/kuchiki#f92e4c047fdc30619555da282ac7ccce1d313aa6", optional = true}
89
89
# html5ever = {version="0.26", optional = true}
90
90
91
- tokio = {version = " 1" , features = [" rt" , " macros" ]}
91
+ tokio = { version = " 1" , features = [" rt" , " macros" ] }
92
92
anyhow = " 1"
93
93
94
94
[dev-dependencies ]
0 commit comments