Update dependencies

This commit is contained in:
Lucien Greathouse
2023-04-22 15:44:49 -04:00
parent b5ed952d5c
commit c0219922b2
7 changed files with 6889 additions and 1225 deletions

View File

@@ -51,11 +51,11 @@ memofs = { version = "0.2.0", path = "crates/memofs" }
# rbx_reflection_database = { path = "../rbx-dom/rbx_reflection_database" }
# rbx_xml = { path = "../rbx-dom/rbx_xml" }
rbx_binary = "0.6.5"
rbx_binary = "0.7.0"
rbx_dom_weak = "2.4.0"
rbx_reflection = "4.2.0"
rbx_reflection_database = "0.2.2"
rbx_xml = "0.12.3"
rbx_reflection_database = "0.2.6"
rbx_xml = "0.13.0"
anyhow = "1.0.44"
backtrace = "0.3.61"
@@ -102,7 +102,7 @@ maplit = "1.0.2"
rojo-insta-ext = { path = "crates/rojo-insta-ext" }
criterion = "0.3.5"
insta = { version = "1.8.0", features = ["redactions"] }
insta = { version = "1.8.0", features = ["redactions", "yaml"] }
paste = "1.0.5"
pretty_assertions = "1.2.1"
serde_yaml = "0.8.21"