Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jun 21, 2024
1 parent 4606c27 commit de0e9b1
Show file tree
Hide file tree
Showing 14 changed files with 136 additions and 420 deletions.
526 changes: 121 additions & 405 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/backend-embedded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.86"
diesel = { version = "2.2.1", default-features = false, features = ["sqlite"] }
log = "0.4.21"
thiserror = "1.0.61"
url = "2.5.1"
url = "2.5.2"

# Workspace dependencies
aoide-core = { version = "=0.0.0", path = "../core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/backend-webapi-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ log = "0.4.21"
nonicle = "0.1.1"
serde = { version = "1.0.203" }
thiserror = "1.0.61"
url = "2.5.1"
url = "2.5.2"

# tracing
tracing = { version = "0.1.40", features = ["log"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core-api-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
[dependencies]
anyhow = "1.0.86"
serde = { version = "1.0.203", features = ["derive"] }
url = { version = "2.5.1", features = ["serde"] }
url = { version = "2.5.2", features = ["serde"] }

# JSON Schema (optional)
schemars = { version = "0.8.21", optional = true, features = ["url"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/core-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true

[dependencies]
strum = { version = "0.26.2", features = ["derive"] }
url = "2.5.1"
url = "2.5.2"

# Workspace dependencies
aoide-core = { version = "=0.0.0", path = "../core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/core-json/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data-encoding = "2.6.0"
mime = "0.3.17"
serde = { version = "1.0.203", features = ["derive"] }
serde_repr = "0.1.19"
url = { version = "2.5.1", features = ["serde"] }
url = { version = "2.5.2", features = ["serde"] }

# JSON Schema (optional)
schemars = { version = "0.8.21", optional = true, features = ["chrono", "url"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.86"
aho-corasick = "1.1.3"
bitflags = "2.5.0"
data-encoding = "2.6.0"
derive_more = "0.99.17"
derive_more = "0.99.18"
image = { version = "0.25.1", default-features = false, features = ["png"] }
mime = "0.3.17"
nonicle = "0.1.1"
Expand All @@ -35,7 +35,7 @@ time = { version = "0.3.36", features = [
] }
thiserror = "1.0.61"
ulid = "1.1.2"
url = "2.5.1"
url = "2.5.2"

# Serialization of selected, primitive types
serde = { version = "1.0.203", optional = true, features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/desktop-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ workspace = true
[dependencies]
anyhow = "1.0.86"
discro = { version = "0.29.3", features = ["tokio"] }
highway = { version = "1.1.0" }
highway = { version = "1.2.0" }
log = "0.4.21"
ron = "0.8.1"
serde = { version = "1.0.203", features = ["derive"] }
tokio = { version = "1.38.0", default-features = false }
thiserror = "1.0.61"
unnest = "0.3.1"
url = { version = "2.5.1", features = ["serde"] }
url = { version = "2.5.2", features = ["serde"] }

# Workspace dependencies
aoide-backend-embedded = { version = "=0.0.0", path = "../backend-embedded", features = [
Expand Down
2 changes: 1 addition & 1 deletion crates/media-file/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ num-traits = "0.2.19"
palette = { version = "0.7.6", default-features = false }
thiserror = "1.0.61"
time = { version = "0.3.36", features = ["parsing"] }
url = "2.5.1"
url = "2.5.2"
walkdir = "2.5.0"

# Dependencies (optional): gigtag
Expand Down
2 changes: 1 addition & 1 deletion crates/repo-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4.21"
mime = "0.3.17"
strum = { version = "0.26.2", features = ["derive"] }
unicase = "2.7.0"
url = "2.5.1"
url = "2.5.2"

# Workspace dependencies
aoide-core = { version = "=0.0.0", path = "../core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/usecases-sqlite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.86"
diesel = { version = "2.2.1", default-features = false, features = ["sqlite"] }
log = "0.4.21"
thiserror = "1.0.61"
url = "2.5.1"
url = "2.5.2"

# Workspace dependencies
aoide-core = { version = "=0.0.0", path = "../core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/usecases/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ aoide-repo = { version = "=0.0.0", path = "../repo" }
# Workspace dependencies (optional): media-file
aoide-media-file = { version = "=0.0.0", path = "../media-file", optional = true }
blake3 = { version = "1.5.1", optional = true }
url = { version = "2.5.1", optional = true }
url = { version = "2.5.2", optional = true }
walkdir = { version = "2.5.0", optional = true }

# Feature to enable JavaScript bindings on wasm32-unknown-unknown
Expand Down
2 changes: 1 addition & 1 deletion demo-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ directories = "5.0.1"
discro = "0.29.3"
itertools = "0.13.0"
env_logger = "0.11.3"
url = "2.5.1"
url = "2.5.2"

[dependencies.aoide]
path = ".."
Expand Down
2 changes: 1 addition & 1 deletion websrv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tokio = { version = "1.38.0", default-features = false, features = [
tracing = "0.1.40"
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = { version = "2.5.1", features = ["serde"] }
url = { version = "2.5.2", features = ["serde"] }
warp = { version = "0.3.7", default-features = false }

# Workspace dependencies
Expand Down

0 comments on commit de0e9b1

Please sign in to comment.