Skip to content

Commit ae3dc97

Browse files
committed
[Rust/Viz] viz v0.9.0
1 parent 85ff491 commit ae3dc97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

frameworks/Rust/viz/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ path = "src/main_diesel.rs"
2424
required-features = ["diesel", "diesel-async", "sailfish"]
2525

2626
[dependencies]
27-
viz = "0.8"
28-
hyper = "1.0"
27+
viz = "0.9"
28+
hyper = "1.4"
2929
hyper-util = "0.1"
3030
atoi = "2.0"
3131
serde = { version = "1.0", features = ["derive"] }
@@ -36,7 +36,7 @@ futures-util = "0.3"
3636

3737
tokio = { version = "1", features = ["full"] }
3838
tokio-postgres = { version = "0.7", optional = true }
39-
sqlx = { version = "0.7", features = [
39+
sqlx = { version = "0.8", features = [
4040
"postgres",
4141
"macros",
4242
"runtime-tokio",
@@ -53,7 +53,7 @@ diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "74
5353
yarte = { version = "0.15", features = ["bytes-buf", "json"], optional = true }
5454
markup = { version = "0.15", optional = true }
5555
v_htmlescape = { version = "0.15", optional = true }
56-
sailfish = { version = "0.8", optional = true }
56+
sailfish = { version = "0.9", optional = true }
5757

5858
[profile.release]
5959
lto = true

0 commit comments

Comments
 (0)