From 317b1bd9ab5cd6f6ff18f4c5314c39cd8d66382b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 02:42:44 +0000 Subject: [PATCH] Bump h3o from 0.6.4 to 0.7.1 Bumps [h3o](https://github.com/HydroniumLabs/h3o) from 0.6.4 to 0.7.1. - [Changelog](https://github.com/HydroniumLabs/h3o/blob/master/CHANGELOG.md) - [Commits](https://github.com/HydroniumLabs/h3o/compare/v0.6.4...v0.7.1) --- updated-dependencies: - dependency-name: h3o dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- core/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6a04a4c8..b19ee241 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1802,9 +1802,9 @@ dependencies = [ [[package]] name = "h3o" -version = "0.6.4" +version = "0.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de3592e1f699692aa0525c42ff7879ec3ee7e36329af20967bc910a1cdc39c7" +checksum = "537b141fa7998c2c993b9431247f6e2eb69d606bd51173ab85394792f3a7cdf7" dependencies = [ "ahash", "either", diff --git a/Cargo.toml b/Cargo.toml index 5b1d6f78..c6799b2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ i18n-embed-fl = "0.9.2" unic-langid = "0.9.5" lazy_static = "1.4.0" libshumate-sys = "0.6.0" -h3o = "0.6.4" +h3o = "0.7.1" ashpd = { version = "0.10.2", features = ["gtk4"] } regex = "1.11.1" diff --git a/core/Cargo.toml b/core/Cargo.toml index f7cabc4d..a5d96051 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,7 @@ ffmpeg-next = "7.1.0" gdk4 = "0.9.5" gio = "0.20.7" glycin = { version = "2.0.2", features = ["gdk4"] } -h3o = "0.6.4" +h3o = "0.7.1" image = "0.25.5" kamadak-exif = "0.6.1" rayon = "1.10.0"