Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Just-Nans committed Jan 8, 2025
1 parent a0f11b6 commit 411063c
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 38 deletions.
65 changes: 33 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "git-mover"
version = "1.0.0"
version = "1.0.1"
edition = "2021"
keywords = ["utility", "git", "cli"]
categories = ["command-line-utilities"]
Expand All @@ -11,16 +11,16 @@ readme = "./README.md"
repository = "https://github.com/Its-Just-Nans/git-mover"

[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.24", features = ["derive"] }
dotenv = "0.15.0"
env_logger = "0.11.5"
env_logger = "0.11.6"
git2 = "0.19.0"
home = "0.5.11"
log = "0.4.22"
rand = "0.8.5"
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0.213", features = ["derive"] }
serde_json = "1.0.132"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
tokio = { version = "1", features = ["full"] }
toml = "0.8.19"
url = "2.5.2"
url = "2.5.4"

0 comments on commit 411063c

Please sign in to comment.