From 96ce496310f086af43dcb51adda52ec4bd90c89c Mon Sep 17 00:00:00 2001 From: murilo ijanc Date: Thu, 20 Nov 2025 19:08:36 -0300 Subject: Update repository, description and fix dependencies version --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd6ea6c..14fe36b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,19 +5,19 @@ authors = ["murilo ijanc' "] edition = "2024" homepage = "https://ijanc.org" license = "ISC" -repository = "https://github.com/ijanc/batch-cognito" +repository = "https://got.ijanc.org/?action=summary&path=cogops" rust-version = "1.89.0" -description = "" +description = "Tool for batch ops on AWS Cognito" [dependencies] -anyhow = "1.0.100" -aws-config = { version = "1.8.10", features = ["behavior-version-latest"] } -aws-sdk-cognitoidentityprovider = "1.103.0" -clap = { version = "4.5.52", features = ["derive", "env"] } -indicatif = "0.18.3" -tokio = { version = "1.48.0", features = ["full"] } -tracing = "0.1.41" -tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } +anyhow = "=1.0.100" +aws-config = { version = "=1.8.10", features = ["behavior-version-latest"] } +aws-sdk-cognitoidentityprovider = "=1.103.0" +clap = { version = "=4.5.53", features = ["derive", "env"] } +indicatif = "=0.18.3" +tokio = { version = "=1.48.0", features = ["full"] } +tracing = "=0.1.41" +tracing-subscriber = { version = "=0.3.20", features = ["env-filter"] } [lints.rust] absolute_paths_not_starting_with_crate = "warn" -- cgit v1.2.3