Browse Source

:pencil: update dependencies and rust (#5388)

Xudong Huang 5 years ago
parent
commit
4778ead231

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

@@ -9,7 +9,7 @@ markup = "0.4"
 mimalloc = "0.1"
 mimalloc = "0.1"
 num_cpus = "1.0"
 num_cpus = "1.0"
 oorandom = "11"
 oorandom = "11"
-smallvec = "0.6"
+smallvec = "1.1"
 v_htmlescape = "0.4"
 v_htmlescape = "0.4"
 serde = { version = "1.0", features = ["derive"] }
 serde = { version = "1.0", features = ["derive"] }
 serde_json = "1.0"
 serde_json = "1.0"
@@ -20,3 +20,4 @@ may_minihttp = { git = "https://github.com/Xudong-Huang/may_minihttp.git" }
 [profile.release]
 [profile.release]
 lto = true
 lto = true
 codegen-units = 1
 codegen-units = 1
+

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

@@ -1,4 +1,4 @@
-FROM rust:1.38
+FROM rust:1.40
 
 
 RUN apt update -yqq && apt install -yqq cmake
 RUN apt update -yqq && apt install -yqq cmake