1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-04-19 11:24:24 +02:00

Merge pull request #680 from JakeStanger/dependabot/cargo/serde_json-1.0.121

build(deps): bump serde_json from 1.0.120 to 1.0.121
This commit is contained in:
Jake Stanger 2024-08-03 15:45:45 +01:00 committed by GitHub
commit f0d7a0b6bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View file

@ -2798,11 +2798,12 @@ dependencies = [
[[package]]
name = "serde_json"
version = "1.0.120"
version = "1.0.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]

View file

@ -116,7 +116,7 @@ cfg-if = "1.0.0"
clap = { version = "4.5.9", optional = true, features = ["derive"] }
# ipc
serde_json = { version = "1.0.120", optional = true }
serde_json = { version = "1.0.121", optional = true }
# http
reqwest = { version = "0.12.5", default-features = false, features = ["default-tls", "http2"], optional = true }