From 413798e27d7f9de8a16481712b87e6799dea8b46 Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Mon, 6 Apr 2026 23:58:55 -0700 Subject: [PATCH] Apply open Dependabot updates --- .github/workflows/docs.yml | 6 +++--- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 2 +- crates/kingfisher-scanner/Cargo.toml | 4 ++-- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f6cf749..4111f6b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.12' @@ -46,7 +46,7 @@ jobs: CI: true - name: Upload artifact - uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1 + uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0 with: path: docs-site/site @@ -59,4 +59,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5 + uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 diff --git a/Cargo.lock b/Cargo.lock index 54f32a1..36fd53a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1611,9 +1611,9 @@ checksum = "de0758edba32d61d1fd9f4d69491b47604b91ee2f7e6b33de7e54ca4ebe55dc3" [[package]] name = "color-backtrace" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "308329d5d62e877ba02943db3a8e8c052de9fde7ab48283395ba0e6494efbabd" +checksum = "83c39683d44e712e45134c852c21c2f60139c3846047c9dde39cddf7066c78c6" dependencies = [ "backtrace", "termcolor", @@ -7156,7 +7156,6 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "h2", "http 1.4.0", "http-body 1.0.1", "http-body-util", @@ -7202,6 +7201,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", + "h2", "http 1.4.0", "http-body 1.0.1", "http-body-util", @@ -7792,9 +7792,9 @@ dependencies = [ [[package]] name = "self_update" -version = "0.43.1" +version = "0.44.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6644febaa58f323b28f7321d04e24d0020d117c27619ab869d6abdf76be9aac6" +checksum = "2e79722b5a505d4ddc77527455a97244e9e8c4c07533ff44cf4421cce7bb6d17" dependencies = [ "either", "flate2", @@ -7803,7 +7803,7 @@ dependencies = [ "log", "quick-xml 0.38.4", "regex", - "reqwest 0.12.28", + "reqwest 0.13.2", "self-replace", "semver", "serde", @@ -7818,9 +7818,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.27" +version = "1.0.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" +checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" dependencies = [ "serde", "serde_core", @@ -8789,9 +8789,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.50.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" dependencies = [ "bytes", "libc", @@ -8806,9 +8806,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" +checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b8607b8..3bc7011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -223,7 +223,7 @@ bloomfilter = "3.0.1" uuid = "1.19.0" rand = "0.10.0" percent-encoding = "2.3.2" -self_update = { version = "0.43.1", default-features = false, features = ["reqwest", "rustls", "archive-tar", "archive-zip", "compression-flate2"] } +self_update = { version = "0.44.0", default-features = false, features = ["reqwest", "rustls", "archive-tar", "archive-zip", "compression-flate2"] } semver = "1.0.27" globset = "0.4.18" jsonwebtoken = { version = "10.3.0", features = ["aws-lc-rs"] } diff --git a/crates/kingfisher-scanner/Cargo.toml b/crates/kingfisher-scanner/Cargo.toml index 013d0a7..69d0d8c 100644 --- a/crates/kingfisher-scanner/Cargo.toml +++ b/crates/kingfisher-scanner/Cargo.toml @@ -170,7 +170,7 @@ tracing.workspace = true reqwest = { version = "0.12", default-features = false, features = [ "json", "gzip", "brotli", "deflate", "stream", "rustls-tls", "rustls-tls-native-roots", "multipart" ], optional = true } -tokio = { version = "1.48", features = ["net", "time", "sync", "io-util"], optional = true } +tokio = { version = "1.51", features = ["net", "time", "sync", "io-util"], optional = true } liquid = { version = "0.26", optional = true } liquid-core = { version = "0.26", optional = true } quick-xml = { version = "0.39", features = ["serde", "serialize"], optional = true } @@ -213,4 +213,4 @@ rand = { version = "0.10", optional = true } [dev-dependencies] pretty_assertions = "1.4" tempfile = "3.23" -tokio = { version = "1.48", features = ["macros", "rt"] } +tokio = { version = "1.51", features = ["macros", "rt"] }