summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-05-18 15:45:10 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-05-18 15:45:10 +0200
commit6a9df86f8b541bd8f5076a9e9baa823dae840d9a (patch)
tree8db679fa91e01c4ac0750d58c56aa1a118fc7a48 /Cargo.toml
parent6e1fb51fce768ce8650f2d1a45d2852896727c48 (diff)
downloadviolette-6a9df86f8b541bd8f5076a9e9baa823dae840d9a.tar.gz
violette-6a9df86f8b541bd8f5076a9e9baa823dae840d9a.tar.bz2
violette-6a9df86f8b541bd8f5076a9e9baa823dae840d9a.zip
undefined
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e4b9059..3a3c7e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "violette"
-version = "2.0.1"
+version = "2.1.1"
edition = "2021"
[dependencies]
maud = "0.26.0"
copy_dir = "0.1.3"
-log = "0.4.20"
-simple_logger = "4.3.3"
-ureq = { version = "2.9.1", features = ["json"] }
-serde = { version = "1.0.196", features = ["derive"] }
-chrono = "0.4.33" \ No newline at end of file
+log = "0.4.21"
+simple_logger = "5.0.0"
+ureq = { version = "2.9.7", features = ["json"] }
+serde = { version = "1.0.202", features = ["derive"] }
+chrono = "0.4.38"