diff --git a/Cargo.lock b/Cargo.lock index 41fd9a0..56d9cc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,8 +177,8 @@ dependencies = [ [[package]] name = "bread-onnx" -version = "0.3.0" -source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?tag=v0.3.0#8e82d2d833e992ce939a5b836f910ee109f2e939" +version = "0.7.2" +source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?tag=v0.7.2#30517f161724132cdeb658c04cf5e490be07ee73" dependencies = [ "anyhow", "bread-utils", @@ -192,8 +192,8 @@ dependencies = [ [[package]] name = "bread-utils" -version = "0.3.0" -source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?tag=v0.3.0#8e82d2d833e992ce939a5b836f910ee109f2e939" +version = "0.7.2" +source = "git+https://git.breadway.dev/Breadway/bread-ecosystem?tag=v0.7.2#30517f161724132cdeb658c04cf5e490be07ee73" dependencies = [ "dirs", "serde", diff --git a/breadarr-shared/Cargo.toml b/breadarr-shared/Cargo.toml index be0521b..5d43977 100644 --- a/breadarr-shared/Cargo.toml +++ b/breadarr-shared/Cargo.toml @@ -9,4 +9,4 @@ anyhow.workspace = true toml.workspace = true reqwest.workspace = true chrono.workspace = true -bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0", } +bread-utils = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.2" } diff --git a/breadarrd/Cargo.toml b/breadarrd/Cargo.toml index c086d4d..bea2736 100644 --- a/breadarrd/Cargo.toml +++ b/breadarrd/Cargo.toml @@ -19,8 +19,7 @@ regex.workspace = true serde_json.workspace = true ort.workspace = true tokenizers.workspace = true -# TODO(owner): switch to tag-pinned git dependency once bread-onnx is merged and tagged, matching the bread-theme pattern -bread-onnx = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.3.0" } +bread-onnx = { git = "https://git.breadway.dev/Breadway/bread-ecosystem", tag = "v0.7.2" } scraper.workspace = true chrono.workspace = true fastrand.workspace = true