Compare commits

1 Commits

Author SHA1 Message Date
da4927a640 fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-07-25 00:36:02 +00:00
2 changed files with 7 additions and 7 deletions

10
Cargo.lock generated
View File

@@ -853,9 +853,9 @@ dependencies = [
[[package]] [[package]]
name = "io-uring" name = "io-uring"
version = "0.7.8" version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013" checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
dependencies = [ dependencies = [
"bitflags 2.6.0", "bitflags 2.6.0",
"cfg-if", "cfg-if",
@@ -914,7 +914,7 @@ dependencies = [
"drift", "drift",
"kafka", "kafka",
"num", "num",
"rand 0.9.1", "rand 0.9.2",
"serde", "serde",
"serde_json", "serde_json",
"sqlx", "sqlx",
@@ -1347,9 +1347,9 @@ dependencies = [
[[package]] [[package]]
name = "rand" name = "rand"
version = "0.9.1" version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
dependencies = [ dependencies = [
"rand_chacha 0.9.0", "rand_chacha 0.9.0",
"rand_core 0.9.3", "rand_core 0.9.3",

View File

@@ -146,7 +146,7 @@ services:
restart: always restart: always
message_queue: message_queue:
image: "docker.redpanda.com/redpandadata/redpanda:v25.1.8" image: "docker.redpanda.com/redpandadata/redpanda:v25.1.9"
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:v3.1.2 image: docker.redpanda.com/redpandadata/console:v3.1.3
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: