summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-06 08:00:25 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-06 08:00:58 +0100
commitf5bd870621779711ef8ba03812f097716f52d349 (patch)
tree7cff55e88933d0a2594432e0a373142c8cf08279 /Cargo.lock
parent6ff009a3082c2c4dbe90b8188bf943df83f596d0 (diff)
manually set the desired version as `cargo smart-release` fails to see that 2.20.3 is available
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9039ee1..e3078b1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -268,7 +268,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "dua-cli"
-version = "2.20.3"
+version = "2.21.0"
dependencies = [
"anyhow",
"atty",