chore(deps): bump serde_json from 1.0.147 to 1.0.149 in the rust-dependencies group (#770)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-01-26 21:15:59 +00:00 committed by GitHub
parent d54e7c04ea
commit 47d5628a68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -551,9 +551,9 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.147"
version = "1.0.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af14725505314343e673e9ecb7cd7e8a36aa9791eb936235a3567cc31447ae4"
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
dependencies = [
"itoa",
"memchr",
@ -725,9 +725,9 @@ dependencies = [
[[package]]
name = "zmij"
version = "0.1.10"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4af59da1029247450b54ba43e0b62c8e376582464bbe5504dd525fe521e7e8fd"
checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
[[package]]
name = "zopfli"

View file

@ -56,7 +56,7 @@ zopfli = { version = "0.8.3", optional = true, default-features = false, feature
glob = { version = "0.3.3", optional = true }
[dev-dependencies]
serde_json = "1.0.147"
serde_json = "1.0.149"
[features]
binary = ["dep:clap", "dep:glob", "dep:env_logger", "dep:parse-size"]