Skip to content

Commit ecb83be

Browse files
build(deps): update der requirement from 0.7.8 to 0.8.0
Updates the requirements on [der](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](RustCrypto/formats@der/v0.7.8...der/v0.8.0) --- updated-dependencies: - dependency-name: der dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4467d6 commit ecb83be

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
@@ -30,7 +30,7 @@ exclude = [
3030
hifitime = "4.2.5"
3131
memmap2 = "0.9.4"
3232
crc32fast = "1.4.2"
33-
der = { version = "0.7.8", features = ["derive", "alloc", "real"] }
33+
der = { version = "0.8.0", features = ["derive", "alloc", "real"] }
3434
log = "0.4"
3535
pretty_env_logger = "0.5"
3636
tabled = "=0.20"

0 commit comments

Comments
 (0)