File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.27.0 - 2026-02-02
4+
5+ ### Changed
6+
7+ - We no longer disable default features for the reqwest crate. This should have been fixed in 0.26.0.
8+
39## 0.26.0 - 2026-01-17
410
511### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " sendgrid"
3- version = " 0.26 .0"
3+ version = " 0.27 .0"
44edition = " 2024"
55authors = [" Garrett Squire <github@garrettsquire.com>" ]
66description = " An unofficial client library for the SendGrid API"
@@ -13,7 +13,7 @@ readme = "README.md"
1313
1414[dependencies ]
1515data-encoding = " 2.10"
16- reqwest = { version = " 0.13" , default-features = false , features = [" json" ] }
16+ reqwest = { version = " 0.13" , features = [" json" ] }
1717serde = { version = " 1.0" , features = [" derive" ] }
1818serde_json = " 1.0"
1919thiserror = " 2.0"
You can’t perform that action at this time.
0 commit comments