File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " simd-json"
3
- version = " 0.1.16 "
3
+ version = " 0.1.17 "
4
4
authors = [" Heinz N. Gies <heinz@licenser.net>" ]
5
5
edition = " 2018"
6
6
exclude = [ " data/*" ]
@@ -9,14 +9,13 @@ description = "High performance JSON parser based on a port of simdjson"
9
9
repository = " https://github.com/Licenser/simdjson-rs"
10
10
11
11
[dependencies ]
12
- halfbrown = { version = " 0.1" }
12
+ halfbrown = " 0.1"
13
13
page_size = " 0.4"
14
14
itoa = " 0.4"
15
- ryu = " 0.2"
16
- lexical = " 2.1"
15
+ ryu = " 1"
17
16
18
17
# serde compatibilty
19
- serde = { version = " 1.0 " , features = [" derive" ], optional = true }
18
+ serde = { version = " 1" , features = [" derive" ], optional = true }
20
19
serde_json = { version = " 1" , optional = true }
21
20
22
21
# Thisn should be a dev dependecy but we can't make it optional then
You can’t perform that action at this time.
0 commit comments