Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Mar 19, 2024
1 parent b7d9a9a commit ead16ae
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 54 deletions.
27 changes: 14 additions & 13 deletions nautilus_core/Cargo.lock

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

11 changes: 9 additions & 2 deletions nautilus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@ log = { version = "0.4.21", features = ["std", "kv_unstable", "serde", "release_
pyo3 = { version = "0.20.3", features = ["rust_decimal"] }
pyo3-asyncio = { version = "0.20.0", features = ["tokio-runtime", "tokio", "attributes"] }
rand = "0.8.5"
redis = { version = "0.25.2", features = ["tokio-comp", "tls-rustls", "tokio-rustls-comp", "keep-alive", "connection-manager"] }
redis = { version = "0.25.2", features = [
"connection-manager",
"keep-alive",
"tls-rustls",
"tls-rustls-webpki-roots",
"tokio-comp",
"tokio-rustls-comp",
] }
rmp-serde = "1.1.2"
rust_decimal = "1.34.3"
rust_decimal_macros = "1.34.2"
Expand All @@ -47,7 +54,7 @@ thousands = "0.2.0"
tracing = "0.1.40"
tokio = { version = "1.36.0", features = ["full"] }
ustr = { version = "1.0.0", features = ["serde"] }
uuid = { version = "1.7.0", features = ["v4"] }
uuid = { version = "1.8.0", features = ["v4"] }

# dev-dependencies
criterion = "0.5.1"
Expand Down
76 changes: 38 additions & 38 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ click = "^8.1.7"
fsspec = "==2023.6.0" # Pinned due breaking changes
msgspec = "^0.18.6"
pandas = "^2.2.1"
pyarrow = ">=15.0.1"
pyarrow = ">=15.0.2"
pytz = ">=2023.4.0"
tqdm = "^4.66.2"
uvloop = {version = "^0.19.0", markers = "sys_platform != 'win32'"}
Expand Down

0 comments on commit ead16ae

Please sign in to comment.