Browse Source

[rust/viz] rust v1.79 (#9131)

Fangdun Tsai 1 year ago
parent
commit
57fa858b65

+ 2 - 2
frameworks/Rust/viz/Cargo.toml

@@ -42,10 +42,10 @@ sqlx = { version = "0.7", features = [
   "runtime-tokio",
   "runtime-tokio",
   "tls-native-tls"
   "tls-native-tls"
 ], optional = true }
 ], optional = true }
-diesel = { version = "2.0", default-features = false, features = [
+diesel = { version = "2.2", default-features = false, features = [
   "i-implement-a-third-party-backend-and-opt-into-breaking-changes",
   "i-implement-a-third-party-backend-and-opt-into-breaking-changes",
 ], optional = true }
 ], optional = true }
-diesel-async = { version = "0.4", default-features = false, features = [
+diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "74867bd", version = "0.4", default-features = false, features = [
   "postgres",
   "postgres",
   "bb8",
   "bb8",
 ], optional = true }
 ], optional = true }

+ 1 - 1
frameworks/Rust/viz/viz-diesel.dockerfile

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

+ 1 - 1
frameworks/Rust/viz/viz-pg.dockerfile

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

+ 1 - 1
frameworks/Rust/viz/viz-sqlx.dockerfile

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

+ 1 - 1
frameworks/Rust/viz/viz.dockerfile

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