Skip to content

Commit

Permalink
Merge pull request #28 from jhheider/dependabot/cargo/serde_json-1.0.139
Browse files Browse the repository at this point in the history
Bump serde_json from 1.0.138 to 1.0.139
  • Loading branch information
jhheider authored Feb 24, 2025
2 parents 11bb7e6 + 9e940ed commit 9c1a7b8
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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ anyhow = "1.0.96"
lazy_static = "1.5.0"
regex = "1.11.1"
serde = { version = "1.0.218", optional = true }
serde_json = { version = "1.0.138", optional = true }
serde_json = { version = "1.0.139", optional = true }

[lints.rust]
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(tarpaulin_include)'] }
Expand Down

0 comments on commit 9c1a7b8

Please sign in to comment.