Skip to content

Commit

Permalink
Update dependencies and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Jan 11, 2025
1 parent 362ff32 commit d4c9d2b
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 36 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 @@ None
None

### Fixes
None
- Fixed backtest start and end time validation assertion (#2203), thanks @davidsblom

### Documentation Updates
None
Expand Down
61 changes: 30 additions & 31 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 @@ -60,7 +60,7 @@ semver = "1.0.23"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2.0.10"
thiserror = "2.0.11"
thousands = "0.2.0"
toml = "0.8.19"
tracing = "0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion nautilus_core/cryptography/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pyo3 = { workspace = true, optional = true }
rand = { workspace = true }
ring = { workspace = true }
tracing = { workspace = true }
rustls = { version = "0.23.20", features = ["ring"] }
rustls = { version = "0.23.21", features = ["ring"] }
rustls-platform-verifier = "0.5.0"
pem = "3.0.4"

Expand Down
2 changes: 1 addition & 1 deletion nautilus_core/infrastructure/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
ustr = { workspace = true }
redis = { version = "0.28.0", features = [
redis = { version = "0.28.1", features = [
"connection-manager",
"keep-alive",
"sentinel",
Expand Down
2 changes: 1 addition & 1 deletion nautilus_core/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tokio-tungstenite = { workspace = true }
dashmap = "6.1.0"
http = "1.2.0"
nonzero_ext = "0.3.0"
rustls = { version = "0.23.20", features = ["ring"] }
rustls = { version = "0.23.21", features = ["ring"] }
tokio-rustls = "0.26.1"

[dev-dependencies]
Expand Down

0 comments on commit d4c9d2b

Please sign in to comment.