Skip to content

Commit

Permalink
Merge pull request #120 from zeozeozeo/dependabot/cargo/serde-1.0.203
Browse files Browse the repository at this point in the history
Bump serde from 1.0.202 to 1.0.203
  • Loading branch information
zeozeozeo committed May 27, 2024
2 parents 02fec62 + 744fe0a commit db4ac27
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.202"
serde = "1.0.203"
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.202", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
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.202"
serde = "1.0.203"
serde_json = "1.0.117"

0 comments on commit db4ac27

Please sign in to comment.