Skip to content

Commit

Permalink
Bump serde_yaml dependency to v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Dec 5, 2022
1 parent c97d101 commit d1ef080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ status = "actively-developed"
features = [ "_doc", "obo" ]

[dependencies]
serde_yaml = "0.8"
serde_yaml = "0.9"
serde_json = "1.0"
thiserror = "1.0.0"
[dependencies.serde]
Expand All @@ -43,7 +43,7 @@ lazy_static = "1.3"
pretty_assertions = "1.0.0"
obofoundry = "0.10"
serde_json = "1.0"
serde_yaml = "0.8"
serde_yaml = "0.9"
ureq = "2.0"
mashup = "0.1.9"
[dev-dependencies.fastobo]
Expand Down

0 comments on commit d1ef080

Please sign in to comment.