Skip to content

Commit d5960ed

Browse files
authored
Update UBI, rust and some crate versions (#9)
Signed-off-by: Nick Hill <[email protected]>
1 parent ae53718 commit d5960ed

File tree

4 files changed

+35
-35
lines changed

4 files changed

+35
-35
lines changed

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Global Args #################################################################
2-
ARG BASE_UBI_MINIMAL_IMAGE_TAG=9.4-949.1714662671
3-
ARG PROTOC_VERSION=26.0
2+
ARG BASE_UBI_MINIMAL_IMAGE_TAG=9.4-1134
3+
ARG PROTOC_VERSION=27.1
44

55

66
## Rust builder ################################################################
77
# Specific debian version so that compatible glibc version is used
8-
FROM rust:1.77-bullseye as rust-builder
8+
FROM rust:1.79-bullseye as rust-builder
99
ARG PROTOC_VERSION
1010

1111
ENV CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse

fmaas-router/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ path = "src/main.rs"
1515

1616
[dependencies]
1717
axum = "0.6.20"
18-
anyhow = "^1.0.81"
19-
clap = { version = "^4.5.3", features = ["derive", "env"] }
18+
anyhow = "^1.0.86"
19+
clap = { version = "^4.5.7", features = ["derive", "env"] }
2020
futures = "^0.3.30"
2121
tonic = { version = "=0.11.0", features = ["tls"] }
22-
ginepro = "=0.7.1"
23-
tokio = { version = "^1.36.0", features = ["rt", "rt-multi-thread", "parking_lot", "signal", "sync", "fs"] }
22+
ginepro = "=0.7.2"
23+
tokio = { version = "^1.38.0", features = ["rt", "rt-multi-thread", "parking_lot", "signal", "sync", "fs"] }
2424
tracing = "0.1.40"
2525
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
26-
prost = "^0.12.3"
27-
prost-types = "^0.12.3"
26+
prost = "^0.12.6"
27+
prost-types = "^0.12.6"
2828
serde_yaml = "^0.9.33"
29-
serde = { version = "^1.0.197", features = ["derive"] }
29+
serde = { version = "^1.0.203", features = ["derive"] }
3030
opentelemetry = { version = "0.22", features = ["trace"] }
3131
opentelemetry_sdk = {version = "0.22", features = ["rt-tokio"]}
3232
opentelemetry-otlp = "0.15.0"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.77"
2+
channel = "1.79"
33
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)