Skip to content

Commit

Permalink
build: bumped minor version and enabled native-tls-vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
zaghaghi committed Mar 16, 2024
1 parent 24f030f commit 155af91
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openapi-tui"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
description = "This TUI allows you to list and browse APIs described by the openapi specification."

Expand Down Expand Up @@ -36,7 +36,7 @@ log = "0.4.20"
openapi-31 = { version = "0.4.0" }
pretty_assertions = "1.4.0"
ratatui = { version = "0.26.1", features = ["serde", "macros"] }
reqwest = "0.11.26"
reqwest = { version = "0.11.26", features = ["native-tls-vendored"] }
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
serde_yaml = "0.9.32"
Expand Down

0 comments on commit 155af91

Please sign in to comment.