Skip to content

Commit 7551351

Browse files
Update widestring requirement from 0.5.1 to 1.0.2
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](VoidStarKat/widestring-rs@v0.5.1...v1.0.2) --- updated-dependencies: - dependency-name: widestring dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8fdb80 commit 7551351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ send_wrapper = "0.6"
5353
serde = { version = "1.0", features = ["derive"] }
5454
serde_json = "1.0.61"
5555
rayon = "1.6.1"
56-
widestring = "0.5.1"
56+
widestring = "1.0.2"
5757

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

0 commit comments

Comments
 (0)