Compare commits

..

1 Commits

Author SHA1 Message Date
5de67bdb4e chore(deps): update all dependencies 2025-01-11 01:37:28 +00:00
2 changed files with 12 additions and 12 deletions

20
Cargo.lock generated
View File

@ -1438,9 +1438,9 @@ dependencies = [
[[package]]
name = "rustls"
version = "0.23.20"
version = "0.23.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
checksum = "8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8"
dependencies = [
"once_cell",
"ring",
@ -1692,7 +1692,7 @@ dependencies = [
"serde_json",
"sha2",
"smallvec",
"thiserror 2.0.10",
"thiserror 2.0.11",
"time",
"tokio",
"tokio-stream",
@ -1778,7 +1778,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
"thiserror 2.0.10",
"thiserror 2.0.11",
"time",
"tracing",
"uuid",
@ -1817,7 +1817,7 @@ dependencies = [
"smallvec",
"sqlx-core",
"stringprep",
"thiserror 2.0.10",
"thiserror 2.0.11",
"time",
"tracing",
"uuid",
@ -1918,11 +1918,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.10"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3"
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
dependencies = [
"thiserror-impl 2.0.10",
"thiserror-impl 2.0.11",
]
[[package]]
@ -1938,9 +1938,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.10"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
dependencies = [
"proc-macro2",
"quote",

View File

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