Skip to content

Commit

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

Bump serde_json from 1.0.115 to 1.0.116
  • Loading branch information
zeozeozeo committed Apr 17, 2024
2 parents b000812 + 9206535 commit 9470fe6
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.113"
serde_json = "1.0.116"
log = "0.4.21"
anyhow = "1.0.82"
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.197", features = ["derive"] }
serde_json = "1.0.113"
serde_json = "1.0.116"
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.2.0"
serde = "1.0.197"
serde_json = "1.0.113"
serde_json = "1.0.116"

0 comments on commit 9470fe6

Please sign in to comment.