Skip to content

Commit

Permalink
Bump lexical and base64 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Apr 13, 2020
1 parent faa9aea commit 84fb478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2018"
travis-ci = { repository = "blackbeam/rust_mysql_common" }

[dependencies]
base64 = "0.11"
base64 = "0.12"
bigdecimal = { version = "0.1", features = ["serde"] }
bitflags = "1"
byteorder = "1"
Expand All @@ -24,7 +24,7 @@ chrono = { version = "0.4", features = ["serde"] }
failure = "0.1.5"
flate2 = { version = "1.0", default-features = false }
lazy_static = "1"
lexical = "4.0"
lexical = "5.2"
num-bigint = { version = "0.2", features = ["i128"] }
num-traits = { version = "0.2", features = ["i128"] }
rand = "0.7"
Expand Down

0 comments on commit 84fb478

Please sign in to comment.