Compare commits

..

1 Commits

Author SHA1 Message Date
7445c3687b chore(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-02-25 05:43:30 +00:00
2 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -256,9 +256,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.39"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",

View File

@ -82,7 +82,7 @@ services:
memory: 28G
postgres-0:
image: "postgres:15-alpine"
image: "postgres:17-alpine"
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
- POSTGRES_USER=postgres
@ -146,7 +146,7 @@ services:
restart: always
message_queue:
image: "docker.redpanda.com/redpandadata/redpanda:v24.2.1"
image: "docker.redpanda.com/redpandadata/redpanda:v24.3.5"
command:
- redpanda
- start
@ -182,7 +182,7 @@ services:
console:
container_name: redpanda-console
image: docker.redpanda.com/redpandadata/console:v2.7.0
image: docker.redpanda.com/redpandadata/console:v2.8.2
entrypoint: /bin/sh
command: -c 'echo "$$CONSOLE_CONFIG_FILE" > /tmp/config.yml; /app/console'
environment: