Skip to content

Commit

Permalink
fix with new quick_xml version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuyureka committed Oct 7, 2024
1 parent f1260f3 commit 9c3a37f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.5", features = ["derive", "env"] }
memmem = "0.1.1"
quick-xml = { version = "0.30.0", features = ["serialize"] }
quick-xml = { version = "0.36.0", features = ["serialize"] }
serde = { version = "1.0", features = [ "derive" ] }
ssh2 = "0.9"
ssh2-config = "0.2"
Expand Down
1 change: 1 addition & 0 deletions src/netconf/xml.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pub struct Capabilities {
#[serde(rename = "rpc")]
#[serde(deny_unknown_fields)]
pub struct RPC {
#[serde(rename = "$value")]
pub rpc: RPCCommand,
}

Expand Down

0 comments on commit 9c3a37f

Please sign in to comment.