File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ path = "src/main_diesel.rs"
2424required-features = [" diesel" , " diesel-async" , " sailfish" ]
2525
2626[dependencies ]
27- viz = " 0.8 "
28- hyper = " 1.0 "
27+ viz = " 0.9 "
28+ hyper = " 1.4 "
2929hyper-util = " 0.1"
3030atoi = " 2.0"
3131serde = { version = " 1.0" , features = [" derive" ] }
@@ -36,7 +36,7 @@ futures-util = "0.3"
3636
3737tokio = { version = " 1" , features = [" full" ] }
3838tokio-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
5353yarte = { version = " 0.15" , features = [" bytes-buf" , " json" ], optional = true }
5454markup = { version = " 0.15" , optional = true }
5555v_htmlescape = { version = " 0.15" , optional = true }
56- sailfish = { version = " 0.8 " , optional = true }
56+ sailfish = { version = " 0.9 " , optional = true }
5757
5858[profile .release ]
5959lto = true
You can’t perform that action at this time.
0 commit comments