Skip to content

Commit

Permalink
feat(deps): upgrade quick-xml.infer
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Jun 26, 2023
1 parent 6871b47 commit 1d9924c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ all-features = true
members = ["oss_derive"]

[workspace.package]
version = "0.12.2"
version = "0.12.3"
edition = "2021"
license = "MIT"
repository = "https://github.com/tu6ge/oss-rs"
Expand Down Expand Up @@ -88,9 +88,9 @@ chrono = {version = "^0.4"}
futures-core = {version = "^0.3", optional = true}
hmac = {version = "^0.12"}
http= {version = "^0.2"}
infer = {version = "^0.13", optional = true}
infer = {version = "^0.14", optional = true}
percent-encoding = {version = "2.2.0", optional = true}
quick-xml = {version = "^0.28", optional = true}
quick-xml = {version = "^0.29", optional = true}
reqwest = {version ="^0.11", optional = true}
sha1 = {version = "^0.10"}
thiserror = {version = "^1", optional = true}
Expand Down

0 comments on commit 1d9924c

Please sign in to comment.