summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2025-05-27 18:14:29 -0400
committerAdam T. Carpenter <atc@53hor.net>2025-05-27 18:14:29 -0400
commit3c911b0fe6659d954ddf740b542d00454676ece9 (patch)
treedf5c1305ee2c432320b2726318cd5d043fd02be1
parentbb77bcd9fac59c08dc993d7fb9f1217a108fd203 (diff)
downloadcarpentertutoring-3c911b0fe6659d954ddf740b542d00454676ece9.tar.xz
carpentertutoring-3c911b0fe6659d954ddf740b542d00454676ece9.zip
chore: bump crates
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml21
2 files changed, 14 insertions, 11 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d32f128..ca9149e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -825,9 +825,9 @@ dependencies = [
[[package]]
name = "tokio"
-version = "1.44.1"
+version = "1.45.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
+checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
dependencies = [
"backtrace",
"bytes",
diff --git a/Cargo.toml b/Cargo.toml
index 30fd4f8..335d595 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,12 +6,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
-askama = { version = "0.12", features = ["markdown", "with-axum"], default-features = false }
-askama_axum = "0.4.0"
-axum = "0.7.5"
-chrono = { version = "0.4.38", default-features = false, features = ["now"] }
-tokio = { version = "1.40.0", features = ["full"] }
-tower = "0.5.0"
-tower-http = { version = "0.5.2", features = ["fs", "trace", "normalize-path"] }
-tracing = "0.1.40"
-tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
+askama = { version = "0.12", features = [
+ "markdown",
+ "with-axum",
+], default-features = false }
+askama_axum = "0.4"
+axum = "0.7"
+chrono = { version = "0.4", default-features = false, features = ["now"] }
+tokio = { version = "1.45", features = ["full"] }
+tower = "0.5"
+tower-http = { version = "0.5", features = ["fs", "trace", "normalize-path"] }
+tracing = "0.1"
+tracing-subscriber = { version = "0.3", features = ["env-filter"] }