diff --git a/Cargo.lock b/Cargo.lock index 781c6afd0..07acb33c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2127,8 +2127,7 @@ dependencies = [ [[package]] name = "rpki" version = "0.18.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7102b9a305889ef344e7b010dd256a53055ea1d436a7414277db053000f250ad" +source = "git+https://github.com/nLnetLabs/rpki-rs#bdf9a3287badd1ab3929d962d6b88c851e6eaaa2" dependencies = [ "base64 0.22.1", "bcder", diff --git a/Cargo.toml b/Cargo.toml index 1d98f5673..33afc60e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,12 +54,8 @@ regex = { version = "1.5.5", optional = true, default_features = false, features ] } reqwest = { version = "0.11", features = ["json"] } rpassword = { version = "^5.0", optional = true } -rpki = { version = "0.18.0", features = ["ca", "compat", "rrdp"] } -# rpki = { version = "0.17.3-dev", git = "https://github.com/nLnetLabs/rpki-rs", branch = "ring-0.17", features = [ -# "ca", -# "compat", -# "rrdp", -# ] } +#rpki = { version = "0.18.0", features = ["ca", "compat", "rrdp"] } +rpki = { git = "https://github.com/nLnetLabs/rpki-rs", features = [ "ca", "compat", "rrdp" ] } scrypt = { version = "^0.6", optional = true, default-features = false } serde = { version = "^1.0", features = ["derive", "rc"] } serde_json = "^1.0" diff --git a/Changelog.md b/Changelog.md index b54cba3ad..fb279ad39 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,14 +15,19 @@ New Bug fixes * Prevent empty RRDP delta lists to be produced. ([#1181]) +* Correctly encode empty revocation lists in CRLs. (via [rpki-rs#295]) +* Allow read access to the RIS dump while downloading a new dump. + ([#1179]) Other changes * The minimum supported Rust version is now 1.70.0. ([#1198]) [#1178]: https://github.com/NLnetLabs/krill/pull/1178 +[#1179]: https://github.com/NLnetLabs/krill/pull/1179 [#1181]: https://github.com/NLnetLabs/krill/pull/1181 [#1198]: https://github.com/NLnetLabs/krill/pull/1198 +[rpki-rs#295]: https://github.com/NLnetLabs/rpki-rs/pull/295 ## Previous releases