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

Merge pull request #702 from JakeStanger/dependabot/cargo/serde_json-1.0.124

build(deps): bump serde_json from 1.0.122 to 1.0.124
This commit is contained in:
Jake Stanger 2024-08-12 16:44:16 +01:00 committed by GitHub
commit a3ed719555
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -2874,9 +2874,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.122" version = "1.0.124"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" checksum = "66ad62847a56b3dba58cc891acd13884b9c61138d330c0d7b6181713d4fce38d"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",

View file

@ -121,7 +121,7 @@ cfg-if = "1.0.0"
clap = { version = "4.5.13", optional = true, features = ["derive"] } clap = { version = "4.5.13", optional = true, features = ["derive"] }
# ipc # ipc
serde_json = { version = "1.0.122", optional = true } serde_json = { version = "1.0.124", optional = true }
# http # http
reqwest = { version = "0.12.5", default-features = false, features = ["default-tls", "http2"], optional = true } reqwest = { version = "0.12.5", default-features = false, features = ["default-tls", "http2"], optional = true }