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

View File

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