Skip to content

Commit

Permalink
Merge pull request #104 from esp-rs/dependabot/cargo/serde-1.0.151
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.150 to 1.0.151
  • Loading branch information
SergioGasquez authored Dec 20, 2022
2 parents 2dfebe0 + 7fc2321 commit 3e1a22e
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 @@ -32,7 +32,7 @@ strum = { version = "0.24", features = ["derive"] }
strum_macros = "0.24.3"
toml = "0.5.9"
directories-next = "2.0.0"
serde = { version = "1.0.150", features = ["derive"] }
serde = { version = "1.0.151", features = ["derive"] }
miette = { version = "5.5.0", features = ["fancy"] }
regex = "1.7.0"
serde_json = "1.0.89"
Expand Down

0 comments on commit 3e1a22e

Please sign in to comment.