Skip to content

Commit

Permalink
chore(deps): update noise requirement from 0.8.2 to 0.9.0 (#99)
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: noise
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent f6ce93f commit 80d5a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ flexbuffers = { version = "2.0", optional = true }
half = { version = "2.3.1", optional = true, features = ["serde"] }
image = { version = "0.25.0", default-features = false, features = ["png"] }
kd-tree = { version = "0.5", optional = true }
noise = { version = "0.8.2", optional = true }
noise = { version = "0.9.0", optional = true }
ply-rs = { version = "0.1", optional = true }
rand = "0.8"
rayon = { version = "1.8", optional = true }
Expand Down

0 comments on commit 80d5a8b

Please sign in to comment.