Skip to content

Commit

Permalink
Merge pull request #48 from katayama8000/dependabot/cargo/serde-1.0.213
Browse files Browse the repository at this point in the history
Chore(deps): Bump serde from 1.0.211 to 1.0.213
  • Loading branch information
github-actions[bot] authored Oct 23, 2024
2 parents b80279c + b6dedb8 commit 92c3f7f
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 @@ -13,7 +13,7 @@ categories = ["web-programming", "web-programming::http-client"]

[dependencies]
reqwest = { version = "0.12.8", features = ["json", "blocking", "multipart"] }
serde = { version = "1.0.211", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
thiserror = "1.0.64"

Expand Down

0 comments on commit 92c3f7f

Please sign in to comment.