Update dependencies and bump version

pull/11/head
trivernis 2 years ago
parent e2c5de620f
commit ff68115bf1

@ -1,6 +1,6 @@
[package]
name = "minecraft-data-rs"
version = "0.5.0"
version = "0.6.0"
authors = ["trivernis <trivernis@protonmail.com>"]
edition = "2018"
readme = "README.md"
@ -11,12 +11,12 @@ repository = "https://github.com/Trivernis/minecraft-data-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror = "1.0.31"
serde_json = "1.0.81"
serde_derive = "1.0.137"
serde = "1.0.137"
include_dir = { version = "0.7.2", optional = true }
itertools = { version = "0.10.3", optional = true }
thiserror = "1.0.37"
serde_json = "1.0.87"
serde_derive = "1.0.147"
serde = "1.0.147"
include_dir = { version = "0.7.3", optional = true }
itertools = { version = "0.10.5", optional = true }
lazy_static = { version = "1.4.0", optional = true }
[features]

@ -1 +1 @@
Subproject commit 153706b6ffb2e56f51a1b91922dffd3350ddcb0e
Subproject commit 0953ac6d8a78d6ce612020bd1f9587f346decf90
Loading…
Cancel
Save