From 2cffef595ead57f34d1b03cb4e470d6ce83030b2 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Thu, 5 Sep 2024 15:35:46 -0400 Subject: [PATCH] Upgrade nom-exif to 1.5.2 which should be able to handle more .mov files. See: - https://github.com/mindeng/nom-exif/issues/8#issuecomment-2330468413 - https://github.com/mindeng/nom-exif/commit/037e54fff265fdb15ba244e00f4c5783976417d0 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d033243..ccfbcb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -630,9 +630,9 @@ dependencies = [ [[package]] name = "nom-exif" -version = "1.3.0" +version = "1.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab35c38930e837f191de96c6f23e8dee7547916fbae0ce25e4d5fad405bbc2d2" +checksum = "90ca3eb5625a8964ce9156735dced002f6b1318a04171d7cdd6e88e507d28353" dependencies = [ "chrono", "nom", @@ -706,7 +706,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "phorg" -version = "0.17.7" +version = "0.17.8" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b0ae072..13b8538 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phorg" -version = "0.17.7" +version = "0.17.8" description = "Idempotent photo/video file organizer" repository = "https://github.com/xandkar/phorg" authors = ["Siraaj Khandkar "] @@ -20,7 +20,7 @@ indicatif = "0.17.8" infer = "0.16.0" kamadak-exif = "0.5.5" md-5 = "0.10.6" -nom-exif = "1.3.0" +nom-exif = "1.5.2" rayon = "1.10.0" serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120"