Skip to content

Commit fa620e0

Browse files
committed
Update rustc-serailize dep
1 parent a48980f commit fa620e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "maxminddb"
4-
version = "0.5.3"
4+
version = "0.5.4"
55
description = "Library for reading MaxMind DB format used by GeoIP2"
66
documentation = "http://oschwald.github.io/maxminddb-rust/maxminddb/struct.Reader.html"
77
readme = "README.md"
@@ -20,4 +20,4 @@ path = "src/maxminddb/lib.rs"
2020
[dependencies]
2121

2222
log = "0.3.1"
23-
rustc-serialize = "0.3.14"
23+
rustc-serialize = "0.3.15"

0 commit comments

Comments
 (0)