summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamilskyy <alive6863@gmail.com>2025-11-17 20:50:04 +0300
committerNamilskyy <alive6863@gmail.com>2025-11-17 20:50:22 +0300
commit27f49ab09c39349d9bb85c7fcd6a94a1c3ac5d20 (patch)
tree9b0614d7d2277bf405d0a596fae0592980f143a2
parente480ef5a1af5daec4fbc1ae7b3e81cba0c340c5e (diff)
Issue to rebase
-rw-r--r--Cargo.lock15
-rw-r--r--Cargo.toml1
-rw-r--r--src/main.rs2
3 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 638f36f..206a3d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -302,9 +302,9 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.32"
+version = "4.5.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
+checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
dependencies = [
"clap_builder",
"clap_derive",
@@ -312,9 +312,9 @@ dependencies = [
[[package]]
name = "clap_builder"
-version = "4.5.32"
+version = "4.5.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
+checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
dependencies = [
"anstream",
"anstyle",
@@ -324,9 +324,9 @@ dependencies = [
[[package]]
name = "clap_derive"
-version = "4.5.32"
+version = "4.5.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
+checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
dependencies = [
"heck",
"proc-macro2",
@@ -2275,7 +2275,8 @@ name = "wfetch"
version = "0.1.0"
dependencies = [
"chrono",
- "clap 4.5.32",
+ "clap 4.5.51",
+ "clap_derive",
"reqwest",
"serde",
"serde_json",
diff --git a/Cargo.toml b/Cargo.toml
index a572f3d..379e24d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,4 @@ reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1.0", features = ["full"] }
chrono = "0.4"
termimage = "1.2.2"
+clap_derive = "4.5.49"
diff --git a/src/main.rs b/src/main.rs
index 545ae65..3d741ae 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -29,8 +29,6 @@ SOFTWARE.
*/
-use std::os::linux::process;
-
use clap::{Cli, Command, Subcommand};
use termimage;