Skip to content

Commit

Permalink
Update non-major deps
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent e868005 commit 0d4cddb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/zuse-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ anyhow = "1"
serde = { version = "1.0", features = ["derive"] }
wasm-bindgen = { version = "0.2.87", features = ["serde-serialize"] }
js-sys = "0.3.64"
nalgebra = { version = "0.32", features = ["serde-serialize"] }
rstar = { version = "0.11", features = ["serde"] }
itertools = "0.11"
nalgebra = { version = "0.33", features = ["serde-serialize"] }
rstar = { version = "0.12", features = ["serde"] }
itertools = "0.13"
lazy_static = "1.4"
serde_json = "1.0"
zuse-core = { git = "https://github.com/koba789/zuse-core#593cdd052d956be9b2dc56e21de6419c0dbad532" }
Expand Down

0 comments on commit 0d4cddb

Please sign in to comment.