Skip to content

Commit 5e59f13

Browse files
committed
build: update crates
1 parent c837fcd commit 5e59f13

File tree

2 files changed

+54
-47
lines changed

2 files changed

+54
-47
lines changed

Cargo.lock

+50-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
2020
# axum = { path = "../axum" }
2121
axum = { git = "https://github.com/tokio-rs/axum.git", branch = "main"}
2222
tokio = { version = "1.21.2", features = ["full"] }
23-
tracing = "0.1.36"
24-
tracing-subscriber = "0.3.15"
23+
tracing = "0.1.37"
24+
tracing-subscriber = "0.3.16"
2525
tower = "0.4.13"
2626
tower-http = { version = "0.3.4", features = ["fs", "trace"] }
2727
askama = "0.11.1"
@@ -30,8 +30,8 @@ mime_guess = "2.0.4"
3030
mime = "0.3.16"
3131
base64 = "0.13.0"
3232
percent-encoding = "2.2.0"
33-
time = { version = "0.3.14", features = ["formatting"] }
34-
clap = { version = "4.0.9", features = ["derive"] }
33+
time = { version = "0.3.15", features = ["formatting"] }
34+
clap = { version = "4.0.15", features = ["derive"] }
3535
axum-macros = { git = "https://github.com/tokio-rs/axum.git", branch = "main"}
3636

3737
[patch.crates-io]

0 commit comments

Comments
 (0)