Skip to content

Commit

Permalink
Update widestring requirement from 0.5.1 to 1.0.2
Browse files Browse the repository at this point in the history
Updates the requirements on [widestring](/~https://github.com/starkat99/widestring-rs) to permit the latest version.
- [Release notes](/~https://github.com/starkat99/widestring-rs/releases)
- [Changelog](/~https://github.com/starkat99/widestring-rs/blob/main/CHANGELOG.md)
- [Commits](starkat99/widestring-rs@v0.5.1...v1.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent c8fdb80 commit 7551351
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 @@ -53,7 +53,7 @@ send_wrapper = "0.6"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.61"
rayon = "1.6.1"
widestring = "0.5.1"
widestring = "1.0.2"

[build-dependencies]
pyo3-build-config = { path = "pyo3-build-config", version = "0.20.0", features = ["resolve-config"] }
Expand Down

0 comments on commit 7551351

Please sign in to comment.