Skip to content

Commit e50e28b

Browse files
committed
refactor: bump UA
1 parent 27eef53 commit e50e28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/bourso_api/src/client

src/bourso_api/src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ impl BoursoWebClient {
134134
let mut headers = reqwest::header::HeaderMap::new();
135135
headers.insert(
136136
"user-agent",
137-
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36"
137+
"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36"
138138
.parse()
139139
.unwrap(),
140140
);

0 commit comments

Comments
 (0)