diff --git a/Cargo.lock b/Cargo.lock index 0822afa..c76ffb7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,9 +134,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "axum" -version = "0.6.19" +version = "0.6.20" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6a1de45611fdb535bfde7b7de4fd54f4fd2b17b1737c0a59b69bf9b92074b8c" +checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" dependencies = [ "async-trait", "axum-core", diff --git a/playground/Cargo.toml b/playground/Cargo.toml index 973d23a..ea50247 100644 --- a/playground/Cargo.toml +++ b/playground/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -axum = { version = "0.6.19", features = ["json"] } +axum = { version = "0.6.20", features = ["json"] } color-eyre = "0.6.2" elor = { version = "1.1.4", features = ["futures", "async"] } futures = "0.3.28"