mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-27 03:44:51 +02:00
Depend on rpki-rs with 'compat' support for parsing very old object with syntax issues.
This commit is contained in:
Generated
+239
-313
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user