diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f43fb..528a71c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,18 +6,20 @@ - `tracing-subscriber`: 0.3.20 → 0.3.22 ([#144](https://github.com/CramBL/fidelityfetch/pull/144)) - `tracing-journald`: 0.3.1 → 0.3.2 ([#144](https://github.com/CramBL/fidelityfetch/pull/144)) -- `mdns-sd`: 0.15.1 → 0.17.1 ([#144](https://github.com/CramBL/fidelityfetch/pull/144)) - `axum`: 0.8.6 → 0.8.8 ([#145](https://github.com/CramBL/fidelityfetch/pull/145)) - `tracing`: 0.1.41 → 0.1.44 ([#145](https://github.com/CramBL/fidelityfetch/pull/145)) -- `local-ip-address`: 0.6.5 → 0.6.8 ([#145](https://github.com/CramBL/fidelityfetch/pull/145)) -- `zip`: 5.1.1 → 7.0.0 ([#145](https://github.com/CramBL/fidelityfetch/pull/145)) - `tempfile`: 3.23.0 → 3.24.0 ([#146](https://github.com/CramBL/fidelityfetch/pull/146)) - `clap`: 4.5.48 → 4.5.54 ([#148](https://github.com/CramBL/fidelityfetch/pull/148)) - `tokio`: 1.47.1 → 1.49.0 ([#148](https://github.com/CramBL/fidelityfetch/pull/148)) - `tokio-util`: 0.7.16 → 0.7.18 ([#148](https://github.com/CramBL/fidelityfetch/pull/148)) - `tokio-stream`: 0.1.17 → 0.1.18 ([#148](https://github.com/CramBL/fidelityfetch/pull/148)) - `clap_complete`: 4.5.58 → 4.5.65 ([#149](https://github.com/CramBL/fidelityfetch/pull/149)) -- `axum-test`: 18.1.0 → 18.6.0 ([#149](https://github.com/CramBL/fidelityfetch/pull/149)) +- `local-ip-address`: 0.6.5 → 0.6.9 ([#150](https://github.com/CramBL/fidelityfetch/pull/150)) +- `mdns-sd`: 0.15.1 → 0.17.2 ([#150](https://github.com/CramBL/fidelityfetch/pull/150)) +- `chrono`: 0.4.42 → 0.4.43 ([#150](https://github.com/CramBL/fidelityfetch/pull/150)) +- `thiserror`: 2.0.17 → 2.0.18 ([#150](https://github.com/CramBL/fidelityfetch/pull/150)) +- `zip`: 5.1.1 → 7.1.0 ([#150](https://github.com/CramBL/fidelityfetch/pull/150)) +- `axum-test`: 18.1.0 → 18.7.0 ([#150](https://github.com/CramBL/fidelityfetch/pull/150)) ## [1.3.0] diff --git a/Cargo.lock b/Cargo.lock index 3925773..f3624a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,15 +82,6 @@ version = "1.0.100" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" -[[package]] -name = "arbitrary" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" -dependencies = [ - "derive_arbitrary", -] - [[package]] name = "assert_matches" version = "1.5.0" @@ -163,9 +154,9 @@ dependencies = [ [[package]] name = "axum-test" -version = "18.6.0" +version = "18.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b795348c3fff787072ea9b25f53cbc5591190a0efd972706556580580f5907d3" +checksum = "0ce2a8627e8d8851f894696b39f2b67807d6375c177361d376173ace306a21e2" dependencies = [ "anyhow", "axum", @@ -238,9 +229,9 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "chrono" -version = "0.4.42" +version = "0.4.43" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" +checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" dependencies = [ "iana-time-zone", "js-sys", @@ -372,17 +363,6 @@ dependencies = [ "powerfmt", ] -[[package]] -name = "derive_arbitrary" -version = "1.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "derive_builder" version = "0.20.2" @@ -1006,13 +986,12 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" [[package]] name = "local-ip-address" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a60bf300a990b2d1ebdde4228e873e8e4da40d834adbf5265f3da1457ede652" +checksum = "92488bc8a0f99ee9f23577bdd06526d49657df8bd70504c61f812337cdad01ab" dependencies = [ "libc", "neli", - "thiserror", "windows-sys 0.61.2", ] @@ -1039,9 +1018,9 @@ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" [[package]] name = "mdns-sd" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f43e377ae111ceb4630fc8239cf7af8c894193f02bb23976177a475007977417" +checksum = "183d7ebd9fe3815c1635cd039d1ed95f1d315731cc13e6d504e4ae039d527b8d" dependencies = [ "fastrand", "flume", @@ -1687,18 +1666,18 @@ checksum = "614b328ff036a4ef882c61570f72918f7e9c5bee1da33f8e7f91e01daee7e56c" [[package]] name = "thiserror" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" +checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "2.0.17" +version = "2.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" +checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" dependencies = [ "proc-macro2", "quote", @@ -1807,9 +1786,9 @@ dependencies = [ [[package]] name = "tower" -version = "0.5.2" +version = "0.5.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" dependencies = [ "futures-core", "futures-util", @@ -1927,9 +1906,9 @@ checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" [[package]] name = "url" -version = "2.5.7" +version = "2.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" +checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" dependencies = [ "form_urlencoded", "idna", @@ -2446,11 +2425,10 @@ dependencies = [ [[package]] name = "zip" -version = "7.0.0" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037" +checksum = "9013f1222db8a6d680f13a7ccdc60a781199cd09c2fa4eff58e728bb181757fc" dependencies = [ - "arbitrary", "crc32fast", "flate2", "indexmap", diff --git a/Cargo.toml b/Cargo.toml index 8d3a9cc..89bab8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ futures-util = { version = "0.3", default-features = false } percent-encoding = "2.3" thiserror = "2.0" strum = { version = "0.27", features = ["derive"], default-features = false } -zip = { version = "7.0.0", features = ["deflate"], default-features = false } +zip = { version = "7.1.0", features = ["deflate"], default-features = false } walkdir = "2.5.0" [dev-dependencies] @@ -66,7 +66,7 @@ pretty_assertions = "1.4" assert_matches = "1.5" tempfile = "3.24.0" testresult = "0.4" -axum-test = "18.6.0" +axum-test = "18.7.0" [profile.release]