Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Mar 9, 2023
1 parent 0354292 commit 68fc065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "indextree"
version = "4.5.0"
version = "4.6.0"
license = "MIT"
readme = "README.md"
keywords = ["tree", "arena", "index", "indextree", "trie"]
Expand All @@ -23,8 +23,8 @@ par_iter = ["rayon"]
std = []

[dependencies]
rayon = { version = "1.4.0", optional = true }
serde = { version = "1.0.115", features = ["derive"], optional = true }
rayon = { version = "1.7.0", optional = true }
serde = { version = "1.0.154", features = ["derive"], optional = true }

[[example]]
name = "parallel_iteration"
Expand Down

0 comments on commit 68fc065

Please sign in to comment.