Skip to content

Commit 8dcb2bd

Browse files
committed
fix: docker build
1 parent d361fcf commit 8dcb2bd

File tree

5 files changed

+201
-54
lines changed

5 files changed

+201
-54
lines changed

Cargo.lock

Lines changed: 144 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ local-ip-address = "0.6.3"
2424
mdns-sd = "0.13.1"
2525
reqwest = { version = "0.12.12", features = ["json", "rustls-tls"], default-features = false }
2626
serde = { version = "1.0.217", features = ["derive"] }
27-
serde_json = "1.0.127"
27+
serde_json = "1.0.137"
2828
tokio = { version = "1.43.0", features = ["full"] }
2929
tower-http = { version = "0.6.2", features = ["trace"] }
3030
tracing = "0.1.41"
3131
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
3232
uuid = "1.12.1"
3333
dbus = { version = "0.9.7", features = ["vendored"] }
34-
rand = "0.8.5"
34+
rand = "0.9.0"
3535
unix-utils = { path = "./unix-utils" }
3636
crc32fast = "1.4.2"

0 commit comments

Comments
 (0)