Skip to content

Commit ec082c6

Browse files
Update directories requirement from 4.0.1 to 5.0.1 (#185)
* Update directories requirement from 4.0.1 to 5.0.1 --- updated-dependencies: - dependency-name: directories dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andrei Gherghescu <[email protected]> * allow multiple versions of directories crate - as suggested by @sjackman Signed-off-by: Andrei Gherghescu <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Andrei Gherghescu <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrei Gherghescu <[email protected]>
1 parent 203b152 commit ec082c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

plotly_kaleido/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ serde = { version = "1.0.132", features = ["derive"] }
1919
serde_json = "1.0.73"
2020
base64 = "0.13.0"
2121
dunce = "1.0.2"
22-
directories = "4.0.1"
22+
directories = ">=4, <6"
2323

2424
[dev-dependencies]
2525
zip = "0.5.13"
2626

2727
[build-dependencies]
2828
zip = "0.5.13"
29-
directories = "4.0.1"
30-
29+
directories = ">=4, <6"

0 commit comments

Comments
 (0)