upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2025-10-17 15:14:09 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2025-10-17 15:16:04 +0100
commitd35a007e92f57a55948a1b503d85f487bf771ac0 (patch)
tree1aa64aaf3cabc5c9287a230778ec58fb9e7587be /Cargo.toml
parent709946c1b49114b71d3080bb8d97e63525f40fd9 (diff)
chore: bump all cargo dependancies
now `cargo outaged` thinks all dependancies are up to date
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 e3f9aa4..ae40d93 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ auth-git2 = "0.5.8"
18chacha20poly1305 = "0.10.1" 18chacha20poly1305 = "0.10.1"
19clap = { version = "4.5.41", features = ["derive"] } 19clap = { version = "4.5.41", features = ["derive"] }
20console = "0.16.0" 20console = "0.16.0"
21dialoguer = "0.11.0" 21dialoguer = "0.12.0"
22directories = "6.0.0" 22directories = "6.0.0"
23futures = "0.3.31" 23futures = "0.3.31"
24git2 = "0.20.2" 24git2 = "0.20.2"