Skip to content

Commit

Permalink
Merge pull request #264 from xdu-icpc/dependabot/cargo/serde-1.0.215
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.214 to 1.0.215
  • Loading branch information
xry111 authored Dec 3, 2024
2 parents ca0ccb1 + 2d4de4d commit 0203cb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
clap = { version = "4.5.21", features = [ "derive" ] }
serde = { version = "1.0.204", features = [ "derive" ] }
serde = { version = "1.0.215", features = [ "derive" ] }
toml = "0.8"
log = "0.4"
byte-unit = "5.1.4"
Expand Down

0 comments on commit 0203cb6

Please sign in to comment.