Skip to content

Commit

Permalink
Update yaserde from 0.8 to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 26, 2023
1 parent 5665cfc commit e07b0ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ once_cell = "1"
regex = "1.4.2"
thiserror = "1.0.7"
xml-rs = "0.8.3"
yaserde = "0.8"
yaserde_derive = "0.8"
yaserde = { version = "0.9", features = ["yaserde_derive"] }

[dev-dependencies]
assert_approx_eq = "1"
Expand Down
1 change: 0 additions & 1 deletion src/deserialize.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use xml::attribute::OwnedAttribute;
use xml::namespace::Namespace;
use yaserde::{YaDeserialize, YaSerialize};
use yaserde_derive::{YaDeserialize, YaSerialize};

use std::io::{Read, Write};

Expand Down

0 comments on commit e07b0ea

Please sign in to comment.