Song s3 #4

Merged
phoenix merged 8 commits from song-s3 into main 2026-08-14 16:30:50 -04:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit bfb8b4a571 - Show all commits
Generated
+2 -2
View File
@@ -613,9 +613,9 @@ dependencies = [
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.23.5" version = "1.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea5fab0d6c3c01ae70085a09cb03d4c7a1d6314e2b3e075392783396d724ca0a" checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
dependencies = [ dependencies = [
"getrandom", "getrandom",
"js-sys", "js-sys",
+1 -1
View File
@@ -11,7 +11,7 @@ serde = { version = "1.0.229", features = ["derive"] }
serde_json = { version = "1.0.151" } serde_json = { version = "1.0.151" }
rand = { version = "0.10.2" } rand = { version = "0.10.2" }
time = { version = "0.3.55", features = ["formatting", "macros", "parsing", "serde"] } time = { version = "0.3.55", features = ["formatting", "macros", "parsing", "serde"] }
uuid = { version = "1.23.5", features = ["v4", "serde"] } uuid = { version = "1.24.0", features = ["v4", "serde"] }
josekit = { version = "0.10.3" } josekit = { version = "0.10.3" }
utoipa = { version = "5.5.0", features = ["uuid", "time"] } utoipa = { version = "5.5.0", features = ["uuid", "time"] }