Commit bd8fd29
Bump the MSRV due to transitive dependencies (#16728)
* Bump the MSRV due to transitive dependencies
datafusion-cli depends on aws-config which has some transitive dependencies which require 1.85. This was a dependabot upgrade in 8366d6e
16:18:43 error: rustc 1.83.0 is not supported by the following packages:
16:18:43 aws-sdk-sso@1.74.0 requires rustc 1.85.0
16:18:43 aws-sdk-ssooidc@1.75.0 requires rustc 1.85.0
16:18:43 aws-sdk-sts@1.76.0 requires rustc 1.85.0
16:18:43 Either upgrade rustc or select compatible dependency versions with
```16:18:43 error: rustc 1.83.0 is not supported by the following packages:
16:18:43 aws-sdk-sso@1.74.0 requires rustc 1.85.0
16:18:43 aws-sdk-ssooidc@1.75.0 requires rustc 1.85.0
16:18:43 aws-sdk-sts@1.76.0 requires rustc 1.85.0
```
The AWS SDK for Rust team takes a pretty lenient approach with MSRV upgrades and doesn't really treat them as breaking which is why aws-config
* Update Cargo.toml
Co-authored-by: Oleks V <comphead@users.noreply.github.com>
---------
Co-authored-by: Oleks V <comphead@users.noreply.github.com>1 parent f38f52f commit bd8fd29
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments