Skip to content

Commit e4b46f8

Browse files
committed
update and bug fix
1 parent 3730cc3 commit e4b46f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ homepage = "https://github.com/marirs/rust-ip2location"
1616
edition = "2021"
1717

1818
[dependencies]
19-
memmap2 = "0.9.0"
19+
memmap2 = "0.9"
2020
serde = { version = "1", features = ["derive"] }
2121
serde_json = "1"
22-
serde_with = "3.9.0"
22+
serde_with = "3.11"
2323

2424
[profile.dev]
2525
opt-level = 3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cargo t -v
3232
### Usage
3333
```toml
3434
[dependencies]
35-
ip2location = "0.5.3"
35+
ip2location = "0.5.4"
3636
```
3737

3838
### Example

0 commit comments

Comments
 (0)