1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 14:51:04 +02:00

build(deps): bump serde_json from 1.0.135 to 1.0.137

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.135 to 1.0.137.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.135...v1.0.137)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-01-20 15:24:35 +00:00 committed by GitHub
parent eb5439e411
commit de8e45b9a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -2947,9 +2947,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.135" version = "1.0.137"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",

View file

@ -124,7 +124,7 @@ cfg-if = "1.0.0"
clap = { version = "4.5.26", optional = true, features = ["derive"] } clap = { version = "4.5.26", optional = true, features = ["derive"] }
# ipc # ipc
serde_json = { version = "1.0.135", optional = true } serde_json = { version = "1.0.137", optional = true }
# http # http
reqwest = { version = "0.12.12", default-features = false, features = ["default-tls", "http2"], optional = true } reqwest = { version = "0.12.12", default-features = false, features = ["default-tls", "http2"], optional = true }
@ -180,4 +180,4 @@ schemars = { version = "0.8.21", optional = true }
clap = { version = "4.5.26", features = ["derive"] } clap = { version = "4.5.26", features = ["derive"] }
clap_complete = "4.5.42" clap_complete = "4.5.42"
serde = { version = "1.0.204", features = ["derive"] } serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.135" serde_json = "1.0.137"