Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 17, 2024
1 parent b05dfcc commit 83e3ca2
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 111 deletions.
46 changes: 23 additions & 23 deletions nautilus_core/Cargo.lock

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

6 changes: 3 additions & 3 deletions nautilus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ redis = { version = "0.25.3", features = [
"tokio-comp",
"tokio-rustls-comp",
] }
rmp-serde = "1.1.2"
rmp-serde = "1.2.0"
rust_decimal = "1.35.0"
rust_decimal_macros = "1.34.2"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
strum = { version = "0.26.2", features = ["derive"] }
thiserror = "1.0.58"
thousands = "0.2.0"
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 @@ -21,7 +21,7 @@ tokio = { workspace = true }
dashmap = "5.5.3"
futures-util = "0.3.30"
http = "1.1.0"
hyper = "1.3.0"
hyper = "1.3.1"
nonzero_ext = "0.3.0"
reqwest = "0.12.3"
tokio-tungstenite = { path = "./tokio-tungstenite", features = ["rustls-tls-native-roots"] }
Expand Down
Loading

0 comments on commit 83e3ca2

Please sign in to comment.