Skip to content

Commit

Permalink
build(deps): update reis requirement from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: reis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 26, 2024
1 parent 9d48e98 commit 2cf5476
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 @@ -62,7 +62,7 @@ foreign-types-shared = "0.3"

[target.'cfg(all(unix, not(target_os = "macos")))'.dependencies]
libc = "0.2"
reis = { version = "0.2.0", optional = true }
reis = { version = "0.3.0", optional = true }
ashpd = { version = "0.9.1", optional = true }
pollster = { version = "0.3.0", optional = true }
once_cell = { version = "1.19.0", optional = true }
Expand Down

0 comments on commit 2cf5476

Please sign in to comment.