Skip to content

Commit 5c15155

Browse files
committed
chore: update rand and rust toolchain
1 parent da648b9 commit 5c15155

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

containers/Docbox.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder part
2-
FROM rust:1.93.1-slim-trixie AS builder
2+
FROM rust:1.95.0-slim-trixie AS builder
33

44
# Add rust target and install deps
55
RUN update-ca-certificates

packages/docbox-management/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ thiserror.workspace = true
3030
aws-config.workspace = true
3131

3232
# Random for random password generation
33-
rand = "0.9.2"
33+
rand = "0.10.1"
3434

3535
tokio.workspace = true
3636
futures.workspace = true

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.93.0"
2+
channel = "1.95.0"
33
components = ["rust-analyzer"]

0 commit comments

Comments
 (0)