From 68e71ffd0933010935738ece7886afa9305d386d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:47:13 +0000 Subject: [PATCH] Bump xmp_toolkit from 1.7.3 to 1.9.0 Bumps [xmp_toolkit](https://github.com/adobe/xmp-toolkit-rs) from 1.7.3 to 1.9.0. - [Release notes](https://github.com/adobe/xmp-toolkit-rs/releases) - [Changelog](https://github.com/adobe/xmp-toolkit-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/adobe/xmp-toolkit-rs/compare/v1.7.3...v1.9.0) --- updated-dependencies: - dependency-name: xmp_toolkit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aeb39aa2..7f04b122 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,9 +188,9 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cc" -version = "1.0.83" +version = "1.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" +checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc" dependencies = [ "jobserver", "libc", @@ -665,9 +665,9 @@ checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8" [[package]] name = "jobserver" -version = "0.1.27" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d" +checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" dependencies = [ "libc", ] @@ -2387,9 +2387,9 @@ dependencies = [ [[package]] name = "xmp_toolkit" -version = "1.7.3" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b194d62f3c9485532465a3bb480fb83abed28f6403e6472154ea56a8ab8f3b" +checksum = "63d3ea8c4b8afb74909286a99c1f25680eddde7832b3919b741d960d860d9477" dependencies = [ "cc", "fs_extra", diff --git a/Cargo.toml b/Cargo.toml index 9f2694b2..8d69d60c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ polars = { version = "0.41.3", features = ["lazy", "strings", "list_eval", "csv" rayon = "1.10.0" rustyline = { version = "14.0.0", features = ["derive"] } walkdir = "2.5.0" -xmp_toolkit = "1.7.3" +xmp_toolkit = "1.9.0" [profile.release-lto] inherits = "release"