diff options
| author | Fuwn <[email protected]> | 2023-03-21 06:17:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-03-21 06:17:33 +0000 |
| commit | d3d9c7b600b19e50be3f271935b4f45927ba3737 (patch) | |
| tree | e2b662956358fb7cdb4d2cfc4fca22f9cc9ab3e7 | |
| parent | style(router.rs): clippy lints (diff) | |
| download | windmark-d3d9c7b600b19e50be3f271935b4f45927ba3737.tar.xz windmark-d3d9c7b600b19e50be3f271935b4f45927ba3737.zip | |
deps(matchit): 0.5.0 -> 0.6.0
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,6 +33,6 @@ log = "0.4.16" # URL url = "2.2.2" regex = "1.5.5" -matchit = "0.5.0" +matchit = "0.6.0" tree_magic = { version = "0.2.3", optional = true } # MIME |