Skip to content

Commit 72aaee3

Browse files
committed
Bump and update deps
1 parent 55914e1 commit 72aaee3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simd-json"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
authors = ["Heinz N. Gies <heinz@licenser.net>"]
55
edition = "2018"
66
exclude = [ "data/*" ]
@@ -9,14 +9,13 @@ description = "High performance JSON parser based on a port of simdjson"
99
repository = "https://github.com/Licenser/simdjson-rs"
1010

1111
[dependencies]
12-
halfbrown = { version = "0.1" }
12+
halfbrown = "0.1"
1313
page_size = "0.4"
1414
itoa = "0.4"
15-
ryu = "0.2"
16-
lexical = "2.1"
15+
ryu = "1"
1716

1817
# serde compatibilty
19-
serde = { version = "1.0", features = ["derive"], optional = true}
18+
serde = { version = "1", features = ["derive"], optional = true}
2019
serde_json = { version = "1", optional = true}
2120

2221
# Thisn should be a dev dependecy but we can't make it optional then

0 commit comments

Comments
 (0)