Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 27 additions & 18 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/claude-log-analyzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ rusqlite = { version = "0.32", features = ["bundled"], optional = true }
libc = "0.2"

[dev-dependencies]
criterion = "0.5"
criterion = "0.8"
insta = "1.34"
tempfile = "3.8"
proptest = "1.4"
2 changes: 1 addition & 1 deletion crates/terraphim_agent_registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ default = []
benchmarks = ["dep:criterion"]

[dependencies.criterion]
version = "0.5"
version = "0.8"
optional = true

# Disabled due to compilation errors - needs update for current RoleGraph API
Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_automata/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ typescript = ["tsify"]
wasm = ["typescript"]

[dev-dependencies]
criterion = "0.5"
criterion = "0.8"
tempfile = "3.23"
lazy_static = "1.4.0"
tokio = { version = "1", features = ["io-util", "time","macros","rt","rt-multi-thread"] }
2 changes: 1 addition & 1 deletion crates/terraphim_goal_alignment/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ default = []
benchmarks = ["dep:criterion"]

[dependencies.criterion]
version = "0.5"
version = "0.8"
optional = true

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_multi_agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ terraphim_service = { path = "../terraphim_service" }
[dev-dependencies]
tokio-test = "0.4"
tempfile = "3.23"
criterion = { version = "0.5", features = ["html_reports"] }
criterion = { version = "0.8", features = ["html_reports"] }
# Enable test-utils for examples and benchmarks
terraphim_multi_agent = { path = ".", features = ["test-utils"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/terraphim_rolegraph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ name = "throughput"
harness = false

[dev-dependencies]
criterion = "0.5"
criterion = "0.8"
2 changes: 1 addition & 1 deletion crates/terraphim_task_decomposition/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ default = []
benchmarks = ["dep:criterion"]

[dependencies.criterion]
version = "0.5"
version = "0.8"
optional = true

# Benchmarks will be added later
Expand Down
Loading