Skip to content

Commit

Permalink
Update diesel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 11, 2023
1 parent a6712b7 commit 8bad0cf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
# renovate: datasource=crate depName=cargo-deny versioning=semver
CARGO_DENY_VERSION: 0.14.0
# renovate: datasource=crate depName=diesel_cli versioning=semver
DIESEL_CLI_VERSION: 2.1.0
DIESEL_CLI_VERSION: 2.1.1
# renovate: datasource=npm depName=pnpm
PNPM_VERSION: 8.6.10

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
# renovate: datasource=crate depName=cargo-tarpaulin versioning=semver
CARGO_TARPAULIN_VERSION: 0.26.1
# renovate: datasource=crate depName=diesel_cli versioning=semver
DIESEL_CLI_VERSION: 2.1.0
DIESEL_CLI_VERSION: 2.1.1
# renovate: datasource=github-releases depName=rust lookupName=rust-lang/rust
RUST_VERSION: 1.71.0

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ crossbeam-channel = "=0.5.8"
dashmap = { version = "=5.5.0", features = ["raw-api"] }
derive_deref = "=1.1.1"
dialoguer = "=0.10.4"
diesel = { version = "=2.1.0", features = ["postgres", "serde_json", "chrono", "r2d2"] }
diesel = { version = "=2.1.3", features = ["postgres", "serde_json", "chrono", "r2d2"] }
diesel_full_text_search = "=2.1.0"
diesel_migrations = { version = "=2.1.0", features = ["postgres"] }
dotenvy = "=0.15.7"
Expand Down Expand Up @@ -105,6 +105,6 @@ tokio = "=1.29.1"
tower-service = "=0.3.2"

[build-dependencies]
diesel = { version = "=2.1.0", features = ["postgres"] }
diesel = { version = "=2.1.3", features = ["postgres"] }
diesel_migrations = { version = "=2.1.0", features = ["postgres"] }
dotenvy = "=0.15.7"
2 changes: 1 addition & 1 deletion backend.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG RUST_VERSION=1.71.0
FROM rust:$RUST_VERSION

# renovate: datasource=crate depName=diesel_cli versioning=semver
ARG DIESEL_CLI_VERSION=2.1.0
ARG DIESEL_CLI_VERSION=2.1.1

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

0 comments on commit 8bad0cf

Please sign in to comment.