Commit c3e1c36
Downgrade aws-smithy-runtime, update
## Which issue does this PR close?
<!--
We generally require a GitHub issue to be filed for all bug fixes and
enhancements and this helps us generate change logs for our releases.
You can link an issue to this PR using the GitHub syntax. For example
`Closes #123` indicates that this PR will close issue #123.
-->
- Closes #19656
## Rationale for this change
CI is failing I think because aws-smithy-runtime was yanked
## What changes are included in this PR?
ran `cargo update` for this crate and then checked in the results:
```shell
andrewlamb@Andrews-MacBook-Pro-3:~/Software/datafusion$ cargo update -p aws-smithy-runtime
Updating crates.io index
Locking 1 package to latest compatible version
Downgrading aws-smithy-runtime v1.9.6 -> v1.9.5
note: pass `--verbose` to see 149 unchanged dependencies behind latest
```
## Are these changes tested?
I tested locally
```shell
cargo audit
```
## Are there any user-facing changes?
No this is a developmnt process only
---------
Co-authored-by: Jefffrey <[email protected]>rust_decimal, ignore RUSTSEC-2026-0001 to get clean CI (#19657)1 parent 5c2ee36 commit c3e1c36
File tree
3 files changed
+13
-10
lines changed- .github/workflows
- datafusion/sqllogictest
3 files changed
+13
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments