Skip to content

Commit

Permalink
Bump dependency on dbase to version 0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold authored and tmontaigu committed Mar 23, 2024
1 parent cd52bcf commit 26aefbb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = "2021"

[dependencies]
byteorder = "1.2.7"
dbase = "0.4.0"
dbase = "0.5.0"
geo-types = {version = ">=0.4.0, <0.8.0", optional = true}


Expand Down
1 change: 0 additions & 1 deletion src/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ impl Header {
mod tests {
use super::*;

use byteorder::WriteBytesExt;
use std::io::{Seek, SeekFrom};

#[test]
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ pub mod record;
pub mod writer;

use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
use std::convert::From;
use std::fmt;
use std::io::{Read, Write};

Expand Down
1 change: 0 additions & 1 deletion src/record/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pub use multipoint::{Multipoint, MultipointM, MultipointZ};
pub use point::{Point, PointM, PointZ};
pub use polygon::{Polygon, PolygonM, PolygonRing, PolygonZ};
pub use polyline::{Polyline, PolylineM, PolylineZ};
use std::convert::TryFrom;
use traits::HasXY;

#[cfg(feature = "geo-types")]
Expand Down

0 comments on commit 26aefbb

Please sign in to comment.