Skip to content

Commit

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

Bump serde_json from 1.0.116 to 1.0.117
  • Loading branch information
zeozeozeo committed May 21, 2024
2 parents f76eb99 + e9e29c9 commit 442f4c3
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.116"
serde_json = "1.0.117"
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.200", features = ["derive"] }
serde_json = "1.0.116"
serde_json = "1.0.117"
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.200"
serde_json = "1.0.116"
serde_json = "1.0.117"

0 comments on commit 442f4c3

Please sign in to comment.