From b12dd06229aa1b664e59b146a675d4cde069f71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 02:27:41 +0000 Subject: [PATCH] Bump h3o from 0.6.4 to 0.7.0 Bumps [h3o](https://github.com/HydroniumLabs/h3o) from 0.6.4 to 0.7.0. - [Changelog](https://github.com/HydroniumLabs/h3o/blob/master/CHANGELOG.md) - [Commits](https://github.com/HydroniumLabs/h3o/compare/v0.6.4...v0.7.0) --- 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 eb67277..562a6d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1801,9 +1801,9 @@ dependencies = [ [[package]] name = "h3o" -version = "0.6.4" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0de3592e1f699692aa0525c42ff7879ec3ee7e36329af20967bc910a1cdc39c7" +checksum = "7ed96e030c13b54b32d67cfb1c5650f79e55526a2cbb8436c00061dd14f4c107" dependencies = [ "ahash", "either", diff --git a/Cargo.toml b/Cargo.toml index 70f91f5..853babb 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.0" ashpd = { version = "0.10.2", features = ["gtk4"] } [dependencies.shumate] diff --git a/core/Cargo.toml b/core/Cargo.toml index 0b34b46..a45186e 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,7 +18,7 @@ ffmpeg-next = "7.1.0" gdk4 = "0.9.4" gio = "0.20.5" glycin = { version = "2.0.1", features = ["gdk4"] } -h3o = "0.6.4" +h3o = "0.7.0" image = "0.25.5" kamadak-exif = "0.6.1" rayon = "1.10.0"