Skip to content

Commit

Permalink
Update rust-code-analysis requirement from =0.0.24 to =0.0.25
Browse files Browse the repository at this point in the history
Updates the requirements on [rust-code-analysis](https://github.com/mozilla/rust-code-analysis) to permit the latest version.
- [Release notes](https://github.com/mozilla/rust-code-analysis/releases)
- [Commits](mozilla/rust-code-analysis@v0.0.24...v0.0.25)

---
updated-dependencies:
- dependency-name: rust-code-analysis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 16, 2024
1 parent 50c066f commit e97d153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default-run = "weighted-code-coverage"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rust-code-analysis = "=0.0.24"
rust-code-analysis = "=0.0.25"
serde_json = { version = "^1.0", features = ["preserve_order"] }
serde = { version = "^1.0", features = ["derive"] }
thiserror = "^1.0.51"
Expand Down

0 comments on commit e97d153

Please sign in to comment.