1
0
Fork 0

cargo update

This commit is contained in:
Adrian Hedqvist 2023-11-10 19:34:00 +01:00
parent e0a3f35caf
commit e9549217ae
2 changed files with 432 additions and 418 deletions

842
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -7,12 +7,12 @@ edition = "2021"
[dependencies]
axum = { version = "0.6.12", features = ["http2", "original-uri"] }
cached = "0.44.0"
cached = "0.46.1"
chrono = { version = "0.4.24", features = ["serde"] }
color-eyre = "0.6.1"
config = "0.13.3"
glob = "0.3.0"
opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry = { version = "0.21.0", features = ["metrics"] }
prometheus = { version = "0.13.3", features = ["process"] }
pulldown-cmark = "0.9.2"
regex = "1.7.2"
@ -22,9 +22,9 @@ serde_json = "1.0.85"
syntect = "5.0.0"
tera = { version = "1.17.0", features = ["builtins"] }
tokio = { version = "1.19.2", features = ["full"] }
toml = "0.7.3"
toml = "0.8.8"
tower = { version = "0.4.12", features = ["full"] }
tower-http = { version = "0.4.0", features = ["full"] }
tracing = "0.1.35"
tracing-opentelemetry = "0.19.0"
tracing-opentelemetry = "0.22.0"
tracing-subscriber = { version = "0.3.11", features = ["fmt", "env-filter", "json", "tracing-log"] }