Skip to content

Commit

Permalink
Update directories requirement from 4.0.1 to 5.0.1 (#185)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
dependabot[bot] and andrei-ng authored Apr 30, 2024
1 parent 203b152 commit ec082c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plotly_kaleido/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.73"
base64 = "0.13.0"
dunce = "1.0.2"
directories = "4.0.1"
directories = ">=4, <6"

[dev-dependencies]
zip = "0.5.13"

[build-dependencies]
zip = "0.5.13"
directories = "4.0.1"

directories = ">=4, <6"

0 comments on commit ec082c6

Please sign in to comment.