Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Oct 15, 2024
1 parent 5b08561 commit f5f4db9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 84 deletions.
107 changes: 25 additions & 82 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ pyo3 = { version = "0.22.4", features = [
"abi3-py312",
"experimental-inspect",
], optional = true }
terminal_size = { version = "0.3.0", optional = true }
wasm-bindgen = { version = "0.2.93", optional = true }
terminal_size = { version = "0.4.0", optional = true }
wasm-bindgen = { version = "0.2.95", optional = true }
js-sys = { version = "0.3.69", optional = true }


Expand Down

0 comments on commit f5f4db9

Please sign in to comment.