Skip to content

Commit

Permalink
Upgrade databento
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 13, 2024
1 parent d8ba7c7 commit 1be349f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Released on TBD (UTC).
- Refined Bybit HMAC authentication signatures (now using Rust implemented function)
- Refined Tardis instrument ID parsing
- Removed Bybit `msgspec` redundant import alias (#2050), thanks @sunlei
- Upgraded `databento` crate to v0.16.0

### Breaking Changes
None
Expand Down
18 changes: 9 additions & 9 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/adapters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ thiserror = { workspace = true }
ustr = { workspace = true }
uuid = { workspace = true, optional = true }
csv = { version = "1.3.1", optional = true }
databento = { version = "0.15.0", optional = true }
databento = { version = "0.16.0", optional = true }
fallible-streaming-iterator = { version = "0.1.9", optional = true }
flate2 = { version = "1.0.34", optional = true }
time = { version = "0.3.36", optional = true }
Expand Down

0 comments on commit 1be349f

Please sign in to comment.