Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Aug 11, 2023
1 parent 5209234 commit 43ba6d6
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 @@ -20,7 +20,7 @@ all-features = true
members = ["oss_derive"]

[workspace.package]
version = "0.12.6"
version = "0.12.7"
edition = "2021"
license = "MIT"
repository = "https://github.com/tu6ge/oss-rs"
Expand Down Expand Up @@ -90,7 +90,7 @@ hmac = {version = "^0.12"}
http= {version = "^0.2"}
infer = {version = "^0.15", optional = true}
percent-encoding = {version = "2.2.0", optional = true}
quick-xml = {version = "^0.29", optional = true}
quick-xml = {version = "^0.30", optional = true}
reqwest = {version ="^0.11", optional = true}
sha1 = {version = "^0.10"}
thiserror = {version = "^1", optional = true}
Expand Down

0 comments on commit 43ba6d6

Please sign in to comment.