Skip to content

Commit 4c67f99

Browse files
committed
0.3.9 - Update to build dep [email protected].
1 parent 72dca17 commit 4c67f99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "db_ip"
33
authors = ["Finn Bear"]
4-
version = "0.3.8"
4+
version = "0.3.9"
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/finnbear/db_ip/"
@@ -32,7 +32,7 @@ bincode = {version = "=1.3", optional=true}
3232
serde_json = "1.0"
3333

3434
[build-dependencies]
35-
reqwest = {version = "0.11", features=["blocking", "rustls-tls"], default-features=false, optional=true}
35+
reqwest = {version = "0.12.5", features=["blocking", "rustls-tls"], default-features=false, optional=true}
3636
flate2 = {version="1.0", optional=true}
3737
chrono = {version = "0.4", optional=true}
3838
db_ip_core = {path = "db_ip_core", version="0.3.1", features=["csv", "serde"]}

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ mod test {
9898

9999
// cargo bench --features nightly -- bench_region_v4
100100
#[allow(soft_unstable)]
101-
#[cfg(all(feature = "nightly", feature = "embed-country-code-lite"))]
101+
#[cfg(all(feature = "nightly", feature = "include-country-code-lite"))]
102102
#[bench]
103103
fn bench_region_v4(b: &mut test::Bencher) {
104104
use crate::Region;

0 commit comments

Comments
 (0)