Compare commits

1 Commits

Author SHA1 Message Date
5bb3b2d582 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2026-01-17 01:36:17 +00:00
2 changed files with 8 additions and 8 deletions

12
Cargo.lock generated
View File

@@ -248,9 +248,9 @@ dependencies = [
[[package]]
name = "clap"
version = "4.5.53"
version = "4.5.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
dependencies = [
"clap_builder",
"clap_derive",
@@ -258,9 +258,9 @@ dependencies = [
[[package]]
name = "clap_builder"
version = "4.5.53"
version = "4.5.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
dependencies = [
"anstream",
"anstyle",
@@ -1962,9 +1962,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.48.0"
version = "1.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
dependencies = [
"bytes",
"libc",

View File

@@ -146,7 +146,7 @@ services:
restart: always
message_queue:
image: "docker.redpanda.com/redpandadata/redpanda:v25.3.4"
image: "docker.redpanda.com/redpandadata/redpanda:v25.3.5"
command:
- redpanda
- start
@@ -182,7 +182,7 @@ services:
console:
container_name: redpanda-console
image: docker.redpanda.com/redpandadata/console:v3.3.2
image: docker.redpanda.com/redpandadata/console:v3.5.0
entrypoint: /bin/sh
command: -c 'echo "$$CONSOLE_CONFIG_FILE" > /tmp/config.yml; /app/console'
environment: