Skip to content

Commit

Permalink
Merge pull request #557 from frohman04/dependabot/cargo/serde_json-1.…
Browse files Browse the repository at this point in the history
…0.128

Bump serde_json from 1.0.127 to 1.0.128
  • Loading branch information
frohman04 authored Sep 5, 2024
2 parents 9a05af1 + e4e8051 commit 63e80f6
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 @@ -15,7 +15,7 @@ maplit = "~1.0"
regex = "~1.10"
reqwest = { version = "~0.12", features = [ "rustls-tls" ], default-features = false }
serde = { version = "~1.0", features = [ "derive" ] }
serde_json = "~1.0.127"
serde_json = "~1.0.128"
time = "~0.3.36"
tracing = "~0.1.40"
tracing-actix-web = "~0.7.12"
Expand Down

0 comments on commit 63e80f6

Please sign in to comment.