aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-28 22:00:07 -0700
committerFuwn <[email protected]>2023-05-28 22:00:07 -0700
commit5d774a8ed3924c9c911948d37e9b638149b37ab6 (patch)
treefcb2988b703477eef2b3461bcd710904560c2d57 /Cargo.toml
parentfix(footer): bump copyright year range (diff)
downloadlocus-5d774a8ed3924c9c911948d37e9b638149b37ab6.tar.xz
locus-5d774a8ed3924c9c911948d37e9b638149b37ab6.zip
deps(log): bump log deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0a8844d..75f3e40 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -34,8 +34,8 @@ windmark = { version = "0.3.9", features = [
] } # Gemini Server Framework
reqwest = { version = "0.11.16", features = ["blocking", "json"] } # HTTP Client
serde_json = "1.0.79" # JSON Serialization
-log = "0.4.16" # Logging Macros
-pretty_env_logger = "0.4.0" # Pretty Log Printing
+log = "0.4.18" # Logging Macros
+pretty_env_logger = "0.5.0" # Pretty Log Printing
rand = "0.8.5" # Random Number Generation
serde = "1.0.136" # Serialization
yarte = "0.15.6" # Templating Engine