Skip to content

Commit

Permalink
Update iso_currency requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [iso_currency](https://github.com/zbrox/iso_currency) to permit the latest version.
- [Commits](zbrox/iso_currency@0.4.0...0.5.0)

---
updated-dependencies:
- dependency-name: iso_currency
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 11438e9 commit 88be3eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ futures-util = { version = "0.3", default-features = false, features = [
"sink",
"std",
] }
iso_currency = { version = "0.4", features = ["with-serde"] }
iso_currency = { version = "0.5", features = ["with-serde"] }
zip = "2.1"
base64 = "0.22"
google-authenticator = { version = "0.4", optional = true }
Expand Down

0 comments on commit 88be3eb

Please sign in to comment.