Skip to content

Commit

Permalink
Upgrade tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Dec 9, 2023
1 parent 7046a16 commit 1c13167
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 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 @@ -39,7 +39,7 @@ serde_json = "1.0.108"
strum = { version = "0.25.0", features = ["derive"] }
thiserror = "1.0.50"
tracing = "0.1.40"
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.35.0", features = ["full"] }
ustr = { git = "https://github.com/anderslanglands/ustr", features = ["serde"] }
uuid = { version = "1.6.1", features = ["v4"] }

Expand Down
2 changes: 1 addition & 1 deletion nautilus_core/model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ thiserror = { workspace = true }
ustr = { workspace = true }
chrono = { workspace = true }
derive_builder = "0.12.0"
evalexpr = "11.2.0"
evalexpr = "11.3.0"
tabled = "0.12.2"
thousands = "0.2.0"

Expand Down

0 comments on commit 1c13167

Please sign in to comment.