summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBen Bridle <bridle.benjamin@gmail.com>2025-02-08 12:11:39 +1300
committerBen Bridle <bridle.benjamin@gmail.com>2025-02-08 12:11:39 +1300
commit6e13f2875055b77c1b29c5c75c328306ed50186c (patch)
tree668611e534ceb52120be48653a0a58b523f1e89e /Cargo.toml
parent31dfb128f23d5862128da60cd61613c9a9f0ce85 (diff)
downloadtoaster-6e13f2875055b77c1b29c5c75c328306ed50186c.zip
Update log crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 487f30c..3b10508 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ edition = "2021"
vagabond = { git = "git://benbridle.com/vagabond", tag = "v1.1.0" }
markdown = { git = "git://benbridle.com/markdown", tag = "v3.2.0" }
recipe = { git = "git://benbridle.com/recipe", tag = "v1.4.0" }
-log = { git = "git://benbridle.com/log", tag = "v1.1.1" }
+log = { git = "git://benbridle.com/log", tag = "v1.1.2" }
switchboard = { git = "git://benbridle.com/switchboard", tag = "v1.0.0" }
[profile.release]