Skip to content

Commit

Permalink
Upgrade bcder to 0.7.3. (#272)
Browse files Browse the repository at this point in the history
This PR upgrades the bcder dependency to at least 0.7.3. This avoids the
decoding issues described in CVE-2023-39914.
  • Loading branch information
partim authored Sep 21, 2023
1 parent 026ed37 commit 1ec69f7
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 @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
[dependencies]
arbitrary = { version = "1", optional = true, features = ["derive"] }
base64 = "0.21"
bcder = { version = "0.7", optional = true }
bcder = { version = "0.7.3", optional = true }
bytes = "1.0"
futures-util = { version = "0.3", optional = true }
chrono = { version = "0.4.10", features = [ "serde" ] }
Expand Down

0 comments on commit 1ec69f7

Please sign in to comment.