Docker
All checks were successful
CI / Typos (push) Successful in 16s
CI / Build and test (push) Successful in 1m43s
CI / Clippy (push) Successful in 2m42s
Docker / build-and-push (push) Successful in 4m28s
CI / Build and test (all features) (push) Successful in 6m28s

This commit is contained in:
2026-03-26 19:49:36 -07:00
parent 47a0adbaff
commit fac300431a
6 changed files with 31 additions and 5 deletions

3
Cargo.lock generated
View File

@@ -894,6 +894,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
@@ -2074,6 +2075,7 @@ dependencies = [
"pile-flac",
"pile-io",
"regex",
"reqwest",
"serde",
"serde_json",
"smartstring",
@@ -2298,6 +2300,7 @@ dependencies = [
"base64",
"bytes",
"encoding_rs",
"futures-channel",
"futures-core",
"futures-util",
"h2",