Skip to content

Commit

Permalink
Merge pull request #20 from ten3roberts/update-dependencies
Browse files Browse the repository at this point in the history
Update internal dependencies
  • Loading branch information
ten3roberts authored Mar 31, 2024
2 parents 59973bc + aef14c8 commit 41e520f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ flume = { version = "0.11.0", default_features = false, optional = true }
atomic_refcell = { version = "0.1.13", default_features = false }
bitflags = { version = "2.4.1", default_features = false }
anyhow = { version = "1.0.75", default_features = false }
itertools = "0.11.0"
itertools = "0.12.1"
rayon = { version = "1.8.0", default_features = false, optional = true }
tokio = { version = "1.33.0", default_features = false, features = [
"sync",
Expand All @@ -40,12 +40,12 @@ puffin = { version = "0.19", optional = true }
[dev-dependencies]
tokio = { version = "1.33.0", features = ["test-util", "macros"] }
futures = "0.3.29"
itertools = { version = "0.11.0", default_features = false }
itertools = { version = "0.12.1", default_features = false }
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
serde_json = "1.0.107"
glam = { version = "0.24.2", features = ["rand", "serde", "scalar-math"] }
glam = { version = "0.27.0", features = ["rand", "serde", "scalar-math"] }
rand = "0.8.5"
tracing-tree = "0.2.5"
tracing-tree = "0.3.0"
bincode = "1.3.3"
ron = "0.8.1"
tracing = "0.1.40"
Expand Down

0 comments on commit 41e520f

Please sign in to comment.