Skip to content

Commit

Permalink
Update diesel packages to v2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 3e42524 commit f2b0499
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ axum-extra = { version = "=0.9.4", features = [
"cookie-signed",
"typed-header",
] }
diesel = { version = "=2.2.4", features = [
diesel = { version = "=2.2.7", features = [
"postgres",
"chrono",
"uuid",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM rust:$RUST_VERSION
WORKDIR /app

# renovate: datasource=crate depName=diesel_cli versioning=semver
ARG DIESEL_CLI_VERSION=2.2.4
ARG DIESEL_CLI_VERSION=2.2.7

RUN apt-get update \
&& apt-get install -y postgresql \
Expand Down

0 comments on commit f2b0499

Please sign in to comment.