File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v11.0.0] ( https://github.com/fastly/fastly-rust/releases/tag/release/v11.0.0 ) (2025-08-28)
4+
5+ ** Enhancements:**
6+
7+ - feat(rust): Update to use reqwest 0.12.
8+
39## [ v10.0.0] ( https://github.com/fastly/fastly-rust/releases/tag/release/v10.0.0 ) (2025-08-28)
410
511** Breaking Changes:**
Original file line number Diff line number Diff line change 11[package ]
22name = " fastly-api"
3- version = " 10 .0.0"
3+ version = " 11 .0.0"
44authors = [
" Fastly <[email protected] >" ]
55edition = " 2021"
66description = " Fastly API client"
@@ -16,7 +16,7 @@ serde_json = "^1.0"
1616url = " ^2.2"
1717
1818[dependencies .reqwest ]
19- version = " ^0.11 "
19+ version = " ^0.12 "
2020features = [" json" , " multipart" ]
2121
2222[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Rust 2021 Edition
1515Add the following to ` Cargo.toml ` under ` [dependencies] ` :
1616
1717``` toml
18- fastly-api = " 10 .0.0"
18+ fastly-api = " 11 .0.0"
1919```
2020
2121## Usage
Original file line number Diff line number Diff line change 1- {"G" : " bb3cb969 " , "D" : " 3441d86a " }
1+ {"G" : " f0c8a4f9 " , "D" : " d5c668b1 " }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ impl Default for Configuration {
4949
5050 Configuration {
5151 base_path : "https://api.fastly.com" . to_owned ( ) ,
52- user_agent : Some ( "fastly-rust/10 .0.0/rust" . to_owned ( ) ) ,
52+ user_agent : Some ( "fastly-rust/11 .0.0/rust" . to_owned ( ) ) ,
5353 client : reqwest:: Client :: new ( ) ,
5454 basic_auth : None ,
5555 oauth_access_token : None ,
You can’t perform that action at this time.
0 commit comments