diff options
| author | Fuwn <[email protected]> | 2023-05-28 22:00:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-28 22:00:07 -0700 |
| commit | 5d774a8ed3924c9c911948d37e9b638149b37ab6 (patch) | |
| tree | fcb2988b703477eef2b3461bcd710904560c2d57 /Cargo.toml | |
| parent | fix(footer): bump copyright year range (diff) | |
| download | locus-5d774a8ed3924c9c911948d37e9b638149b37ab6.tar.xz locus-5d774a8ed3924c9c911948d37e9b638149b37ab6.zip | |
deps(log): bump log deps
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |