Skip to content

Commit

Permalink
Merge pull request #147 from yhakbar/dependabot/cargo/serde_json-1.0.121
Browse files Browse the repository at this point in the history
Bump serde_json from 1.0.120 to 1.0.121
  • Loading branch information
yhakbar committed Aug 3, 2024
2 parents 816a807 + 5ca9dda commit 244d701
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build = "build.rs"
clap = { version = "4.5.9", features = ["derive", "cargo"], optional = true }
clap_complete = { version = "4.5.8", optional = true }
handlebars = { version = "5.1.2", optional = true }
serde_json = { version = "1.0.120", optional = true }
serde_json = { version = "1.0.121", optional = true }

[dependencies]
anyhow = "1.0.86"
Expand All @@ -22,7 +22,7 @@ serde_yaml = "0.9.34"
home = { version = "0.5.9", optional = true }
clap_complete = { version = "4.5.8", optional = true }
handlebars = {version = "5.1.2", features = ["dir_source"], optional = true }
serde_json = { version = "1.0.120", optional = true }
serde_json = { version = "1.0.121", optional = true }
ignore = { version = "0.4.20", optional = true }
dialoguer = { version = "0.11.0", optional = true }

Expand Down

0 comments on commit 244d701

Please sign in to comment.