Update skyrim-cell-dump to 0.4.0

This commit is contained in:
Tyler Hallada 2022-09-30 16:47:43 -04:00
parent 183c60f52d
commit 2bb7b78cd5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1984,9 +1984,9 @@ checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]]
name = "skyrim-cell-dump"
version = "0.3.4"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c69d5c5ed317d90305398c8fbf77afbc5b4e6567542d60db1b630a40ec5a918"
checksum = "dd9dc9719ef717e5f5f58d6a1142dcf0349ebb2ba019f438e88c355f5b25ac3a"
dependencies = [
"anyhow",
"bitflags",

View File

@ -22,7 +22,7 @@ seahash = "4.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.6", features = ["runtime-tokio-native-tls", "postgres", "migrate", "chrono", "json"] }
skyrim-cell-dump = "0.3.4"
skyrim-cell-dump = "0.4"
tempfile = "3.3"
tokio = { version = "1.21", features = ["full"] }
tokio-util = { version = "0.7", features = ["compat"] }