Skip to content

Commit 57fa858

Browse files
authored
[rust/viz] rust v1.79 (#9131)
1 parent 5dea091 commit 57fa858

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

frameworks/Rust/viz/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ sqlx = { version = "0.7", features = [
4242
"runtime-tokio",
4343
"tls-native-tls"
4444
], optional = true }
45-
diesel = { version = "2.0", default-features = false, features = [
45+
diesel = { version = "2.2", default-features = false, features = [
4646
"i-implement-a-third-party-backend-and-opt-into-breaking-changes",
4747
], optional = true }
48-
diesel-async = { version = "0.4", default-features = false, features = [
48+
diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "74867bd", version = "0.4", default-features = false, features = [
4949
"postgres",
5050
"bb8",
5151
], optional = true }

frameworks/Rust/viz/viz-diesel.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.75
1+
FROM rust:1.79
22

33
RUN apt-get update -yqq && apt-get install -yqq cmake g++
44

frameworks/Rust/viz/viz-pg.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.75
1+
FROM rust:1.79
22

33
RUN apt-get update -yqq && apt-get install -yqq cmake g++
44

frameworks/Rust/viz/viz-sqlx.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.75
1+
FROM rust:1.79
22

33
RUN apt-get update -yqq && apt-get install -yqq cmake g++
44

frameworks/Rust/viz/viz.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.75
1+
FROM rust:1.79
22

33
RUN apt-get update -yqq && apt-get install -yqq cmake g++
44

0 commit comments

Comments
 (0)