Skip to content

Commit

Permalink
Merge pull request #94 from akiomik/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
akiomik authored Jul 30, 2024
2 parents 5405c98 + 5fae5bd commit f924a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nostr-sdk = "0.29.0"
ratatui = { version = "0.26.3", features = ["serde", "macros"] }
regex = "1.10.5"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
serde_json = "1.0.121"
signal-hook = "0.3.17"
sorted-vec = "0.8.3"
strip-ansi-escapes = "0.2.0"
Expand Down

0 comments on commit f924a71

Please sign in to comment.