Skip to content

Commit a1d8bb2

Browse files
build(deps): bump der-parser from 8.2.0 to 9.0.0 (#387)
Bumps [der-parser](https://github.com/rusticata/der-parser) from 8.2.0 to 9.0.0. - [Release notes](https://github.com/rusticata/der-parser/releases) - [Changelog](https://github.com/rusticata/der-parser/blob/master/CHANGELOG.md) - [Commits](rusticata/der-parser@der-parser-8.2.0...der-parser-9.0.0) --- updated-dependencies: - dependency-name: der-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e3aa8bc commit a1d8bb2

File tree

3 files changed

+35
-60
lines changed

3 files changed

+35
-60
lines changed

Cargo.lock

+13-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ironrdp-pdu/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ tap = "1"
2828
# TODO: get rid of these dependencies (related code should probably go into another crate)
2929
bit_field = "0.10"
3030
byteorder.workspace = true
31-
der-parser = "8.2"
31+
der-parser = "9.0"
3232
thiserror.workspace = true
3333
md5 = { package = "md-5", version = "0.10" }
3434
num-bigint = "0.4"

fuzz/Cargo.lock

+21-39
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)