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
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ axum = "0.8.8"

# We use it explicitly for the time::timeout feature
[dependencies.tokio]
version = "1.49.0"
version = "1.50.0"
features = ["rt-multi-thread", "macros", "time"]

[dependencies.log]
Expand All @@ -67,6 +67,6 @@ tempfile = "3.26.0"
# We need the client for integration tests
throttle-client = { path = "../rust_client" }
# Executer to call drive future executions in tests
tokio = { version = "1.49.0", features = ["full"] }
tokio = { version = "1.50.0", features = ["full"] }

[features]