update bracoxide v0.1.5 -> v0.1.6

This commit is contained in:
Nyx Ronin 2025-05-03 11:55:29 +03:00
parent ef957cbb05
commit 54c0c557c2
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -761,9 +761,9 @@ dependencies = [
[[package]] [[package]]
name = "bracoxide" name = "bracoxide"
version = "0.1.5" version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f52991c481aa9d7518254cfb6ce5726d24ff8c5d383d6422cd3793729b0962a" checksum = "3572b24445a122332bb25a2637248d62ca8b567351d98b1194ca4132c61810bd"
[[package]] [[package]]
name = "brotli" name = "brotli"

View File

@ -66,7 +66,7 @@ alphanumeric-sort = "1.5"
ansi-str = "0.8" ansi-str = "0.8"
anyhow = "1.0.82" anyhow = "1.0.82"
base64 = "0.22.1" base64 = "0.22.1"
bracoxide = "0.1.5" bracoxide = "0.1.6"
brotli = "7.0" brotli = "7.0"
byteorder = "1.5" byteorder = "1.5"
bytes = "1" bytes = "1"