diff --git a/Cargo.lock b/Cargo.lock index c6e0bed..a349101 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "ascii" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bbf56136a5198c7b01a49e3afcbef6cf84597273d298f54432926024107b0109" +checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" [[package]] name = "async-task" diff --git a/Cargo.toml b/Cargo.toml index a2f830b..92cb077 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ publish = false [dependencies] tiny_http = "0.11" -ascii = "1.0" +ascii = "1.1" vfs = { version = "0.7", features = ["embedded-fs"] } rust-embed = { version = "6", features = ["debug-embed"] }