Skip to content

Commit 73582cf

Browse files
committed
Update dependencies
1 parent 48d00bb commit 73582cf

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/backend-webapi-json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tracing = { version = "0.1.41", features = ["log"] }
2929
uuid = { version = "1.14.0", features = ["v4"] }
3030

3131
# JSON Schema (optional)
32-
schemars = { version = "0.8.21", optional = true }
32+
schemars = { version = "0.8.22", optional = true }
3333

3434
# Workspace dependencies
3535
aoide-backend-embedded.workspace = true

crates/core-api-json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ serde = { workspace = true, features = ["derive"] }
2222
url = { workspace = true, features = ["serde"] }
2323

2424
# JSON Schema (optional)
25-
schemars = { version = "0.8.21", optional = true, features = ["url"] }
25+
schemars = { version = "0.8.22", optional = true, features = ["url"] }
2626

2727
# Workspace dependencies
2828
aoide-core = { "workspace" = true, features = ["serde"] }

crates/core-json/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ serde_repr = "0.1.19"
2727
url = { workspace = true, features = ["serde"] }
2828

2929
# JSON Schema (optional)
30-
schemars = { version = "0.8.21", optional = true, features = ["chrono", "url"] }
30+
schemars = { version = "0.8.22", optional = true, features = ["chrono", "url"] }
3131
chrono = { version = "0.4.39", optional = true, default-features = false }
3232

3333
# Workspace dependencies

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ url.workspace = true
3939
serde = { workspace = true, optional = true, features = ["derive"] }
4040

4141
# JSON Schema (optional)
42-
schemars = { version = "0.8.21", optional = true, features = ["url"] }
42+
schemars = { version = "0.8.22", optional = true, features = ["url"] }
4343

4444
[target.'cfg(target_family = "wasm")'.dependencies]
4545
getrandom = "0.3.1"

crates/media-file/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ url.workspace = true
4141
walkdir = "2.5.0"
4242

4343
# Dependencies (optional): gigtag
44-
gigtag = { version = "0.2.3", optional = true }
45-
compact_str = { version = "0.8.1", optional = true }
44+
gigtag = { version = "0.3.0", optional = true }
45+
compact_str = { version = "0.9.0", optional = true }
4646

4747
# Dependencies (optional): serato-markers
4848
triseratops = { version = "0.0.3", optional = true }

websrv/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ optional = true
5050

5151
# schemars
5252
[dependencies.schemars]
53-
version = "0.8.21"
53+
version = "0.8.22"
5454
optional = true
5555

5656
# launcher-ui

0 commit comments

Comments
 (0)