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.138 to 1.0.140

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.138 to 1.0.140.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.138...v1.0.140)

---
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-03-10 16:28:35 +00:00 committed by GitHub
parent 27844a7a89
commit 84d600f377
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

@ -2844,9 +2844,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.138" version = "1.0.140"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949" checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",

View file

@ -128,7 +128,7 @@ cfg-if = "1.0.0"
clap = { version = "4.5.31", optional = true, features = ["derive"] } clap = { version = "4.5.31", optional = true, features = ["derive"] }
# ipc # ipc
serde_json = { version = "1.0.138", optional = true } serde_json = { version = "1.0.140", 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 }
@ -179,4 +179,4 @@ schemars = { version = "0.8.22", optional = true }
clap = { version = "4.5.31", features = ["derive"] } clap = { version = "4.5.31", features = ["derive"] }
clap_complete = "4.5.46" clap_complete = "4.5.46"
serde = { version = "1.0.218", features = ["derive"] } serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.138" serde_json = "1.0.140"