Skip to content

Commit

Permalink
Experimentally update rpki-rs for backslashes in handles.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Aug 20, 2024
1 parent bb2eef9 commit 4b00231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ rand = "0.8"
regex = { version = "1.5.5", optional = true, default-features = false, features = [ "std" ] }
reqwest = { version = "0.12.5", features = ["json"] }
rpassword = { version = "7.3.1", optional = true }
rpki = { version = "0.18.4", features = ["ca", "compat", "rrdp"], git = "https://github.com/NLnetLabs/rpki-rs.git" }
rpki = { version = "0.18.4", features = ["ca", "compat", "rrdp"], git = "https://github.com/NLnetLabs/rpki-rs.git", branch = "compat-handle" }
rustls-pemfile = "2.1.2"
scrypt = { version = "0.11", optional = true, default-features = false }
secrecy = { version = "0.8", features = ["serde"] }
Expand Down

0 comments on commit 4b00231

Please sign in to comment.