Skip to content

Commit

Permalink
Update dependencies including tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jul 24, 2024
1 parent d311ae4 commit 403522a
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Released on TBD (UTC).
- Refactored order submission error handling for Interactive Brokers (#1783), thanks @rsmb7z
- Improved live reconciliation robustness (will now generate inferred orders necessary to align external position state)
- Improved tests for Interactive Brokers (#1776), thanks @mylesgamez
- Upgraded `tokio` crate to 1.38.1
- Upgraded `tokio` crate to 1.39.1
- Upgraded `datafusion` crate to 40.0.0

### Breaking Changes
Expand Down
60 changes: 30 additions & 30 deletions nautilus_core/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 nautilus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0.63"
thousands = "0.2.0"
tracing = "0.1.40"
tokio = { version = "1.38.1", features = ["full"] }
tokio = { version = "1.39.1", features = ["full"] }
ustr = { version = "1.0.0", features = ["serde"] }
uuid = { version = "1.10.0", features = ["v4"] }

Expand Down
4 changes: 2 additions & 2 deletions nautilus_core/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ nautilus-infrastructure = { path = "../infrastructure" , features = ["postgres"]
anyhow = { workspace = true }
log = { workspace = true }
tokio = {workspace = true}
clap = { version = "4.5.9", features = ["derive", "env"] }
clap_derive = { version = "4.5.5" }
clap = { version = "4.5.10", features = ["derive", "env"] }
clap_derive = { version = "4.5.8" }
dotenvy = { version = "0.15.7" }
simple_logger = "5.0.0"

0 comments on commit 403522a

Please sign in to comment.