Depend on rpki-rs with 'compat' support for parsing very old object with syntax issues.

This commit is contained in:
Tim Bruijnzeels
2022-02-23 14:17:18 +01:00
parent 35239257ff
commit 470e455047
2 changed files with 241 additions and 315 deletions
Generated
+239 -313
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -45,8 +45,8 @@ rand = "^0.8"
regex = { version = "^1.4", optional = true, default_features = false, features = ["std"] }
reqwest = { version = "0.11", features = ["json"] }
rpassword = { version = "^5.0", optional = true }
rpki = { version = "0.13.1", features = [ "repository", "rrdp", "serde" ] }
# rpki = { version = "0.13.1-rc1", git = "https://github.com/NLnetLabs/rpki-rs/", features = [ "repository", "rrdp", "serde" ] }
# rpki = { version = "0.13.1", features = [ "repository", "rrdp", "serde" ] }
rpki = { version = "0.13.2-dev", git = "https://github.com/NLnetLabs/rpki-rs/", branch = "compat-for-prefix-lens", features = [ "compat", "repository", "rrdp", "serde" ] }
scrypt = { version = "^0.6", optional = true, default-features = false }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"