mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
Merge pull request #858 from JakeStanger/dependabot/cargo/serde_json-1.0.138
build(deps): bump serde_json from 1.0.137 to 1.0.138
This commit is contained in:
commit
e129e5f9b2
2 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -2989,9 +2989,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.137"
|
||||
version = "1.0.138"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
||||
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"memchr",
|
||||
|
|
|
@ -124,7 +124,7 @@ cfg-if = "1.0.0"
|
|||
clap = { version = "4.5.27", optional = true, features = ["derive"] }
|
||||
|
||||
# ipc
|
||||
serde_json = { version = "1.0.137", optional = true }
|
||||
serde_json = { version = "1.0.138", optional = true }
|
||||
|
||||
# http
|
||||
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.27", features = ["derive"] }
|
||||
clap_complete = "4.5.42"
|
||||
serde = { version = "1.0.204", features = ["derive"] }
|
||||
serde_json = "1.0.137"
|
||||
serde_json = "1.0.138"
|
Loading…
Add table
Add a link
Reference in a new issue