Skip to content

Commit

Permalink
Merge pull request #195 from eredotpkfr/dependabot/cargo/serde-1.0.216
Browse files Browse the repository at this point in the history
chore(deps): bump serde from 1.0.215 to 1.0.216
  • Loading branch information
eredotpkfr authored Dec 16, 2024
2 parents a1bd807 + 8996281 commit 3e6c6ab
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 54 deletions.
79 changes: 27 additions & 52 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 @@ -43,7 +43,7 @@ prettytable-rs = "0.10.0"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["json", "stream"] }
scraper = "0.22.0"
serde = { version = "1.0.215", features = ["derive"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "tokio-macros"] }
tokio-util = "0.7.12"
Expand Down
1 change: 0 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ license-files = [
# Add the unmaintained crate here
ignore = [
{ id = "RUSTSEC-2024-0384", reason = "Not maintained, but no upgrade option" },
{ id = "RUSTSEC-2024-0421", reason = "No upgrade option right now" },
]

0 comments on commit 3e6c6ab

Please # to comment.