diff --git a/Cargo.lock b/Cargo.lock index 8728ce5..97d7cb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1603,9 +1603,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.11" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" +checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233" dependencies = [ "bitflags", "bytes", diff --git a/Cargo.toml b/Cargo.toml index dc72a9b..39da4fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ syntect = { version = "5", default-features = false, features = ["default-fancy" time = { version = "0.3", default-features = false, features = ["formatting", "local-offset", "macros"] } tokio = { version = "1", features = ["macros", "rt"] } tokio-stream = { version = "0.1", default-features = false, features = ["sync"] } -tower-http = { version = "0.6", features = ["fs"] } +tower-http = { version = "0.7", features = ["fs"] } two-face = { version = "0.5", features = ["syntect-default-fancy"] } [profile.release]