Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
innala committed Nov 17, 2023
1 parent cc49541 commit a10e103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include = ["src/**/*", "LICENSE-MIT", "LICENSE-APACHE", "README.md", "build.rs"]
[dependencies]
prost = {version = "0.12.1", default-features = false, features = ["std"]}
prost-types = {version = "0.12.1", default-features = false, features = ["std"]}
reqwest = { version = "0.11.22", default-features = false, features = ["__rustls"] }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] }
microjson = "0.1.2"
thiserror = "1"
heck = "0.5.0-rc.1"
Expand Down

0 comments on commit a10e103

Please sign in to comment.