Skip to content

Commit

Permalink
Update all rbx-dom dependencies to their latest versions (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethloeffler authored Aug 22, 2024
1 parent 1d4d163 commit a007fa9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions crates/lune-roblox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ rand = "0.8"
thiserror = "1.0"
once_cell = "1.17"

rbx_binary = "0.7.3"
rbx_dom_weak = "2.6.0"
rbx_reflection = "4.4.0"
rbx_reflection_database = "0.2.9"
rbx_xml = "0.13.2"
rbx_binary = "0.7.7"
rbx_dom_weak = "2.9.0"
rbx_reflection = "4.7.0"
rbx_reflection_database = "0.2.12"
rbx_xml = "0.13.5"

lune-utils = { version = "0.1.3", path = "../lune-utils" }

0 comments on commit a007fa9

Please sign in to comment.