Skip to content

Commit

Permalink
Merge pull request #129 from zeozeozeo/dependabot/cargo/serde_json-1.…
Browse files Browse the repository at this point in the history
…0.120

Bump serde_json from 1.0.118 to 1.0.120
  • Loading branch information
zeozeozeo committed Jul 3, 2024
2 parents 2ee7701 + b758863 commit a2f0b4c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env_logger = "0.11.3"
image = { version = "0.25.1", default-features = false, features = ["ico", "png"] }
rfd = "0.14.1"
bot = { path = "bot" }
serde_json = "1.0.118"
serde_json = "1.0.120"
log = "0.4.21"
anyhow = "1.0.86"
rayon = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4.21"
lzma-rs = "0.3.0"
rayon = "1.10.0"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
serde_json = "1.0.120"
symphonia = { version = "0.5.4", features = ["all"] }
ybot_fmt = { path = "ybot_fmt" }
gdr = { path = "gdr" }
Expand Down
2 changes: 1 addition & 1 deletion bot/gdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ edition = "2021"
log = "0.4.21"
rmp-serde = "1.3.0"
serde = "1.0.203"
serde_json = "1.0.118"
serde_json = "1.0.120"

0 comments on commit a2f0b4c

Please sign in to comment.