Skip to content

Commit

Permalink
Upgrade mime crate to 0.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
djedward committed Apr 16, 2024
1 parent 24efd50 commit cd41c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-runtime/aws-smithy-http-server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-smithy-http-server"
version = "0.61.2"
version = "0.61.3"
authors = ["Smithy Rust Server <smithy-rs-server@amazon.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -29,7 +29,7 @@ http = "0.2"
http-body = "0.4"
hyper = { version = "0.14.26", features = ["server", "http1", "http2", "tcp", "stream"] }
lambda_http = { version = "0.8.0", optional = true }
mime = "0.3.4"
mime = "0.3.17"
nom = "7"
once_cell = "1.13"
pin-project-lite = "0.2"
Expand Down

0 comments on commit cd41c2d

Please sign in to comment.