Skip to content

Commit

Permalink
Merge pull request #15 from planetary-social/dependabot/cargo/serde_j…
Browse files Browse the repository at this point in the history
…son-1.0.128

Bump serde_json from 1.0.127 to 1.0.128
  • Loading branch information
dcadenas authored Sep 11, 2024
2 parents 98d355c + 2a015ee commit 8eac417
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 @@ -25,7 +25,7 @@ nostr-sdk = "0.33.0"
ordermap = "0.5.3"
rustls = { version = "0.23.12", features = ["ring"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde_json = "1.0.128"
thiserror = "1.0.63"
time = "0.3.36"
tokio = { version = "1.39.3", features = ["full", "test-util"] }
Expand Down

0 comments on commit 8eac417

Please sign in to comment.