Unverified Commit 191103c5 authored by David Tolnay's avatar David Tolnay Committed by GitHub
Browse files

Delete nonprintable characters from aws-smithy-checksums test (#3778)

## Motivation and Context

The nonprintable characters in this source file make tools misidentify
it as a binary file, rather than source code.

## Description

**Before:**

```console
$ file rust-runtime/aws-smithy-checksums/src/http.rs
rust-runtime/aws-smithy-checksums/src/http.rs: data
```

**After:**

```console
$ file rust-runtime/aws-smithy-checksums/src/http.rs
rust-runtime/aws-smithy-checksums/src/http.rs: ASCII text
```

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
parent 1ee932f7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ dependencies = [

[[package]]
name = "aws-smithy-checksums"
version = "0.60.11"
version = "0.60.12"
dependencies = [
 "aws-smithy-http",
 "aws-smithy-types",
+1 −1
Original line number Diff line number Diff line
@@ -334,7 +334,7 @@ dependencies = [

[[package]]
name = "aws-smithy-checksums"
version = "0.60.11"
version = "0.60.12"
dependencies = [
 "aws-smithy-http 0.60.9",
 "aws-smithy-types 1.2.0",
+1 −1
Original line number Diff line number Diff line
[package]
name = "aws-smithy-checksums"
version = "0.60.11"
version = "0.60.12"
authors = [
    "AWS Rust SDK Team <aws-sdk-rust@amazon.com>",
    "Zelda Hessler <zhessler@amazon.com>",