Skip to content

Commit

Permalink
fix(deps): update serde monorepo to 1.0.196
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent a7874ba commit c85f971
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions healthchecks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ rust-version = "1.64.0"

[dependencies]
thiserror = ">=1.0.2"
serde = { version = "1.0.195", default-features = false }
serde_derive = "1.0.195"
serde = { version = "1.0.196", default-features = false }
serde_derive = "1.0.196"
serde_json = "1.0.112"
ureq = { version = "2.9.1", features = ["json"] }
uuid.workspace = true
Expand Down

0 comments on commit c85f971

Please sign in to comment.