Skip to content

Commit 716382c

Browse files
wip
1 parent ea2d340 commit 716382c

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ cache = ["lru"]
4848

4949

5050
[dependencies]
51-
quickjs_runtime = {version="0.14"}
51+
quickjs_runtime = { version = "0.14" }
5252
#quickjs_runtime = { path = '../quickjs_es_runtime', features = ["typescript", "default"]}
5353
#quickjs_runtime = { git = 'https://github.com/HiRoFa/quickjs_es_runtime', features = ["typescript", "default"]}
5454
#libquickjs-sys = {package="hirofa-quickjs-sys", path='../quickjs-sys', features=["quickjs-ng"]}
5555
#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 }
5757
hirofa_utils = "0.7"
5858
#hirofa_utils = {git = "https://github.com/HiRoFa/utils"}
5959
#hirofa_utils = { path = '../utils'}
@@ -65,30 +65,30 @@ backtrace = "0.3.56"
6565
url = "2.2.1"
6666
gpp = "0.6"
6767

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 }
7979
num-traits = "0.2"
8080
cached = "0.54"
8181

8282
regex = "1.8.1"
8383

8484
#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 }
8888
#kuchiki = {git="https://github.com/kuchiki-rs/kuchiki#f92e4c047fdc30619555da282ac7ccce1d313aa6", optional = true}
8989
#html5ever = {version="0.26", optional = true}
9090

91-
tokio = {version="1", features=["rt", "macros"]}
91+
tokio = { version = "1", features = ["rt", "macros"] }
9292
anyhow = "1"
9393

9494
[dev-dependencies]

0 commit comments

Comments
 (0)