Upgrade skyrim-cell-dump to 0.3.1

This commit is contained in:
Tyler Hallada 2021-08-27 00:48:03 -04:00
parent ba6ca0c928
commit 0989477b40
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1810,9 +1810,9 @@ checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27"
[[package]] [[package]]
name = "skyrim-cell-dump" name = "skyrim-cell-dump"
version = "0.3.0" version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a0abb8da2a8271d3f260136a73c57ade0914a0aeba5c0e653f9500db5b4bf3d" checksum = "36d38b3f5577ff8cb76df54ff101ec8f4c3382ba88aa0b68f899b3a2514c4ede"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bitflags", "bitflags",

View File

@ -22,7 +22,7 @@ seahash = "4.1"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
sqlx = { version = "0.5", features = ["runtime-tokio-native-tls", "postgres", "migrate", "chrono"] } sqlx = { version = "0.5", features = ["runtime-tokio-native-tls", "postgres", "migrate", "chrono"] }
skyrim-cell-dump = "0.3.0" skyrim-cell-dump = "0.3.1"
tempfile = "3.2" tempfile = "3.2"
tokio = { version = "1.5.0", features = ["full"] } tokio = { version = "1.5.0", features = ["full"] }
tokio-util = { version = "0.6", features = ["compat"] } tokio-util = { version = "0.6", features = ["compat"] }