Skip to content

Commit

Permalink
Update infer requirement from 0.15 to 0.19
Browse files Browse the repository at this point in the history
Updates the requirements on [infer](https://github.com/bojand/infer) to permit the latest version.
- [Release notes](https://github.com/bojand/infer/releases)
- [Commits](bojand/infer@v0.15.0...v0.19.0)

---
updated-dependencies:
- dependency-name: infer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 94ab815 commit 66ed980
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 @@ -27,7 +27,7 @@ block = { version = "=0.2.0-alpha.6", package = "block2" }
core-foundation = { git = "https://github.com/madsmtm/core-foundation-rs.git", rev = "7d593d016175755e492a92ef89edca68ac3bd5cd" }
core-graphics = { git = "https://github.com/madsmtm/core-foundation-rs.git", rev = "7d593d016175755e492a92ef89edca68ac3bd5cd" }
dispatch = "0.2.0"
infer = { version = "0.15", optional = true }
infer = { version = "0.19", optional = true }
lazy_static = "1.4.0"
libc = "0.2"
os_info = "3.0.1"
Expand Down

0 comments on commit 66ed980

Please sign in to comment.