Update dependencies

This commit is contained in:
Nico Burns 2022-11-08 12:58:06 +00:00
parent eaaebeac77
commit e419cc5692
2 changed files with 458 additions and 285 deletions

725
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -6,15 +6,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.5.4"
fxhash = "0.2.1"
once_cell = "1.10.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tera = "1.15"
tokio = { version = "1.17", features = ["full"] }
tower-http = { version = "0.2.5", features = ["fs", "trace"] }
tracing = "0.1.32"
axum = "0.5"
fxhash = "0.2"
once_cell = "1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tera = "1"
tokio = { version = "1", features = ["full"] }
tower-http = { version = "0.3", features = ["fs", "trace"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[features]