Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from Dirout/renovate/serde-1.x
Browse files Browse the repository at this point in the history
Update Rust crate serde to 1.0.127
  • Loading branch information
emmyoh authored Aug 14, 2021
2 parents 35ca92c + 9ed7352 commit 50c1e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grabber/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ edition = "2018"
chrono = { version = "0.4.19", features = ["unstable-locales"] }
clap = { version = "3.0.0-beta.2", features = ["yaml", "wrap_help", "suggestions", "color"] }
octocrab = "0.11.0"
serde = "1.0.123"
serde = "1.0.127"
serde_yaml = "0.8.17"
tokio = { version = "1.1.1", features = ["macros", "rt-multi-thread"] }

0 comments on commit 50c1e04

Please sign in to comment.