Skip to content

Commit

Permalink
Update other dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen committed Feb 1, 2024
1 parent 9f8c430 commit 0eda3ae
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 141 deletions.
151 changes: 101 additions & 50 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = ["solana"]
[workspace.dependencies]
anchor-lang = "0.29.0"
anchor-spl = "0.29.0"
base64 = "~0.13"
base64 = "~0.21"
serde = "1.0"
static-pubkey = "1.0.3"
chrono = { version = "0.4.19", default-features = false }
Expand All @@ -39,9 +39,9 @@ clockwork-webhook-program = { path = "./programs/webhook", version = "=2.0.18" }
anyhow = "1.0.61"
bincode = "1.3.3"
bzip2 = "0.4"
clap = { version = "3.1.2" }
clap = { version = "4.4.18" }
dirs-next = "2.0.0"
indicatif = "0.16"
indicatif = "0.17"
reqwest = "0.11.14"
serde_json = "1.0.79"
solana-client = "=1.17.14"
Expand All @@ -52,7 +52,7 @@ spl-token = "~3.5.0"
tar = "0.4"
thiserror = "1.0.30"
termcolor = "1.2.0"
cargo_metadata = "=0.14.0"
cargo_metadata = "=0.18.1"
nom = "~7"
solana-geyser-plugin-interface = "=1.17.14"
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anchor-spl = { features = ["mint", "token"], workspace = true }
anyhow.workspace = true
bincode.workspace = true
bzip2.workspace = true
clap = { workspace = true, features = ["derive"] }
clap = { workspace = true, features = ["derive", "cargo"] }
clockwork-cron.workspace = true
clockwork-network-program = { workspace = true, features = ["no-entrypoint"] }
clockwork-relayer-api.workspace = true
Expand Down
Loading

0 comments on commit 0eda3ae

Please sign in to comment.