Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Jan 10, 2024
1 parent 4a60191 commit d3adcb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ include = ["src/**/*.rs", "Cargo.toml", "LICENSE", "README.md"]
[dependencies]
regex = "1.10.2"
urlencoding = { version = "2.1.3", optional = true }
serde = { version = "1.0.194", features = ["derive"], optional = true }
serde = { version = "1.0.195", features = ["derive"], optional = true }
thiserror = { version = "1.0.56", optional = true }
num = { version = "0.4", optional = true }
num-derive = { version = "0.4", optional = true }
Expand Down Expand Up @@ -70,4 +70,4 @@ all-features = true

[dev-dependencies]
# To test `serde` feature expectaions:
serde_json = "1.0.110"
serde_json = "1.0.111"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Rust version of Persian Tools
- [x] extractCardNumbers
- [x] findCapitalByProvince
- [x] getBankNameByCardNumber
- [-] getPlaceByIranNationalId
- [x] getPlaceByIranNationalId
- [ ] halfSpace
- [ ] isArabic
- [x] isPersian
Expand Down

0 comments on commit d3adcb0

Please sign in to comment.