Skip to content

Commit

Permalink
Update dependencies including reqwest and rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Apr 19, 2024
1 parent 0b4a3a5 commit 692ebac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 29 deletions.
14 changes: 7 additions & 7 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/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ futures-util = "0.3.30"
http = "1.1.0"
hyper = "1.3.1"
nonzero_ext = "0.3.0"
reqwest = "0.12.3"
reqwest = "0.12.4"
tokio-tungstenite = { path = "./tokio-tungstenite", features = ["rustls-tls-native-roots"] }

[dev-dependencies]
Expand Down
33 changes: 12 additions & 21 deletions poetry.lock

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

0 comments on commit 692ebac

Please sign in to comment.