Skip to content

Commit

Permalink
chore: Update dependencies (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aursen authored Sep 2, 2024
1 parent b85e17b commit 2a8abe7
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 62 deletions.
68 changes: 43 additions & 25 deletions Cargo.lock

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

74 changes: 37 additions & 37 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,54 +22,54 @@ documentation = "https://docs.sablier.dev"
keywords = ["solana"]

[workspace.dependencies]
actix-cors = "0.6.5"
actix-web = "4.9.0"
anchor-lang = "=0.29.0"
anchor-spl = "=0.29.0"
anyhow = "1.0"
base64 = "~0.21"
serde = "1.0"
static-pubkey = "1.0.3"
chrono = { version = "0.4.19", default-features = false }
sablier-thread-program = { path = "./programs/thread", version = "=1.0.0-alpha.3" }
bincode = "1.3"
bytemuck = "1.17.1"
bzip2 = "0.4"
cargo_metadata = "=0.18.1"
chrono = { version = "0.4", default-features = false }
clap = { version = "4.5" }
dirs-next = "2.0.0"
futures = "0.3"
indicatif = "0.17"
log = "0.4"
nom = "~7"
proc-macro2 = "1.0"
pyth-solana-receiver-sdk = "0.3.1"
quote = "1.0"
rayon = "1.10.0"
regex = "1.10.6"
reqwest = "0.11"
rustc_version = "0.4"
sablier-cron = { path = "./cron", version = "=1.0.0-alpha.3" }
sablier-network-program = { path = "./programs/network", version = "=1.0.0-alpha.3" }
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.0-alpha.3" }
sablier-plugin-utils = { path = "./plugin/utils", version = "=1.0.0-alpha.3" }
sablier-relayer-api = { path = "./relayer/api", version = "=1.0.0-alpha.3" }
sablier-thread-program = { path = "./programs/thread", version = "=1.0.0-alpha.3" }
sablier-utils = { path = "./utils", version = "=1.0.0-alpha.3" }
sablier-webhook-program = { path = "./programs/webhook", version = "=1.0.0-alpha.3" }
anyhow = "1.0.61"
bincode = "1.3.3"
bzip2 = "0.4"
clap = { version = "4.4.18" }
dirs-next = "2.0.0"
indicatif = "0.17"
reqwest = "0.11.14"
serde_json = "1.0.79"
solana-client = "=1.18.22"
solana-cli-config = "=1.18.22"
solana-sdk = "=1.18.22"
serde = "1.0"
serde_json = "1.0"
solana-account-decoder = "=1.18.22"
solana-quic-client = "=1.18.22"
solana-cli-config = "=1.18.22"
solana-client = "=1.18.22"
solana-geyser-plugin-interface = "=1.18.22"
solana-logger = "=1.18.22"
solana-program = "=1.18.22"
solana-geyser-plugin-interface = "=1.18.22"
solana-quic-client = "=1.18.22"
solana-sdk = "=1.18.22"
solana-zk-token-sdk = "=1.18.22"
spl-associated-token-account = "1.1.1"
spl-associated-token-account = "1.1.3"
spl-token = "~3.5.0"
tar = "0.4"
thiserror = "1.0.30"
termcolor = "1.2.0"
cargo_metadata = "=0.18.1"
nom = "~7"
log = "0.4"
pyth-solana-receiver-sdk = "0.3.1"
tokio = "1.18.4"
futures = "0.3.26"
version = "3.0.0"
actix-cors = "0.6.4"
actix-web = "4.3.1"
rayon = "1.7.0"
regex = "1.7.1"
rustc_version = "0.4.0"
bytemuck = "1.4.0"
static-pubkey = "1.0.3"
syn = "2.0"
quote = "1.0"
proc-macro2 = "1.0"
tar = "0.4"
termcolor = "1.4"
thiserror = "1.0"
tokio = "1.40"
version = "3.0"

0 comments on commit 2a8abe7

Please sign in to comment.