Browse Source

[may_minihttp] fix plaintext and update toolchain (#8444)

Xudong Huang 1 year ago
parent
commit
91a64d5719

+ 1 - 1
frameworks/Rust/may-minihttp/Cargo.toml

@@ -18,7 +18,7 @@ yarte = { version = "0.15", features = ["bytes-buf", "json"] }
 buf-min = { version = "0.7", features = ["bytes"] }
 
 may = { version = "0.3", default-features = false }
-may_minihttp = { git = "https://github.com/Xudong-Huang/may_minihttp.git", rev = "bbcd7f7", default-features = false }
+may_minihttp = { git = "https://github.com/Xudong-Huang/may_minihttp.git", rev = "b3080c0", default-features = false }
 may_postgres = { git = "https://github.com/Xudong-Huang/may_postgres.git", rev = "bf1d86e", default-features = false }
 
 [profile.release]

+ 1 - 1
frameworks/Rust/may-minihttp/may-minihttp.dockerfile

@@ -1,4 +1,4 @@
-FROM rust:1.68
+FROM rust:1.72
 
 RUN apt-get update -yqq && apt-get install -yqq cmake g++