Skip to content

Commit

Permalink
chore(deps): bump serde from 1.0.202 to 1.0.203 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 27, 2024
1 parent 31c7061 commit 5020fed
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 @@ -33,7 +33,7 @@ rand = { version = "0.8.5" }
rayon = { version = "1.10.0" }
regex = { version = "1.10.4", features = ["perf-dfa-full"] }
scraper = { version = "0.19.0" }
serde = { version = "1.0.202", features = ["derive"] }
serde = { version = "1.0.203", features = ["derive"] }
thiserror = { version = "1.0.60" }
tinyvec = { version = "1.6.0", features = ["alloc", "serde", "rustc_1_40"] }
toml = { version = "0.8.14" }
Expand Down

0 comments on commit 5020fed

Please sign in to comment.