aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurilo ijanc2025-11-20 19:08:36 -0300
committermurilo ijanc2025-11-20 19:08:36 -0300
commit96ce496310f086af43dcb51adda52ec4bd90c89c (patch)
tree1bf696c408072fbec2a4cba954e3149636d1d281
parentf162396b28b8eea21d09ef0b5c8c0fa67b0ccb70 (diff)
downloadcogops-96ce496310f086af43dcb51adda52ec4bd90c89c.tar.gz
Update repository, description and fix dependencies version
-rw-r--r--Cargo.lock36
-rw-r--r--Cargo.toml20
2 files changed, 28 insertions, 28 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 87a323f..cad7e31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -482,20 +482,6 @@ dependencies = [
]
[[package]]
-name = "batch-cognito"
-version = "0.1.0"
-dependencies = [
- "anyhow",
- "aws-config",
- "aws-sdk-cognitoidentityprovider",
- "clap",
- "indicatif",
- "tokio",
- "tracing",
- "tracing-subscriber",
-]
-
-[[package]]
name = "bindgen"
version = "0.72.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -592,9 +578,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.52"
+version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8"
+checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8"
dependencies = [
"clap_builder",
"clap_derive",
@@ -602,9 +588,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.52"
+version = "4.5.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1"
+checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00"
dependencies = [
"anstream",
"anstyle",
@@ -640,6 +626,20 @@ dependencies = [
]
[[package]]
+name = "cogops"
+version = "0.1.0"
+dependencies = [
+ "anyhow",
+ "aws-config",
+ "aws-sdk-cognitoidentityprovider",
+ "clap",
+ "indicatif",
+ "tokio",
+ "tracing",
+ "tracing-subscriber",
+]
+
+[[package]]
name = "colorchoice"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
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' <murilo@ijanc.org>"]
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"