Skip to content

Commit

Permalink
Update der requirement from 0.6.1 to 0.7.8
Browse files Browse the repository at this point in the history
Updates the requirements on [der](https://github.com/RustCrypto/formats) to permit the latest version.
- [Commits](RustCrypto/formats@der/v0.6.1...der/v0.7.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent 2b17f58 commit c8c487e
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 @@ -20,7 +20,7 @@ name = "hifitime"
[dependencies]
serde = {version = "1.0.155", optional = true}
serde_derive = {version = "1.0.155", optional = true}
der = {version = "0.6.1", features = ["derive", "real"], optional = true}
der = {version = "0.7.8", features = ["derive", "real"], optional = true}
pyo3 = { version = "0.19.0", features = ["extension-module"], optional = true }
num-traits = {version = "0.2.15", default-features = false, features = ["libm"]}
lexical-core = {version = "0.8.5", default-features = false, features = ["parse-integers", "parse-floats"]}
Expand Down

0 comments on commit c8c487e

Please sign in to comment.