Skip to content

Commit

Permalink
Merge pull request #111 from zeozeozeo/dependabot/cargo/serde-1.0.200
Browse files Browse the repository at this point in the history
Bump serde from 1.0.199 to 1.0.200
  • Loading branch information
zeozeozeo committed May 1, 2024
2 parents 32f2c10 + 3d8ce41 commit 599dc95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -30,7 +30,7 @@ rayon = "1.10.0"
egui_extras = { version = "0.27.2", features = ["image"] }
rustmatica = "0.2.0"
egui_plot = "0.27.2"
serde = "1.0.199"
serde = "1.0.200"
self-replace = "1.3.7"
ureq = "2.9.7"
fastrand = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ leb128 = "0.2.5"
log = "0.4.21"
lzma-rs = "0.3.0"
rayon = "1.10.0"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
symphonia = { version = "0.5.4", features = ["all"] }
ybot_fmt = { path = "ybot_fmt" }
Expand Down
2 changes: 1 addition & 1 deletion bot/gdr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ edition = "2021"
[dependencies]
log = "0.4.21"
rmp-serde = "1.3.0"
serde = "1.0.199"
serde = "1.0.200"
serde_json = "1.0.116"

0 comments on commit 599dc95

Please sign in to comment.