Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebasti810 committed Jan 14, 2024
1 parent fc39d65 commit bb5e35b
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 78 deletions.
131 changes: 57 additions & 74 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 @@ -16,9 +16,9 @@ serde = { version = "1.0.151", features = ["derive"] }
serde_json = "1.0.79"
redis = "0.22.1"
actix-web = { version = "4", features = ["openssl"]}
actix-cors = "0.6.4"
actix-cors = "0.7.0"
async-redis-session = "0.2.2"
ed25519-dalek = "1.0.1"
ed25519-dalek = "2.1.0"
ed25519 = "2.2.0"
base64 = "0.21.0"
tokio = { version = "1.16.1", features = ["full"] }
Expand All @@ -33,13 +33,13 @@ rand = "0.8.5"
rand07 = { package = "rand", version = "0.7.0" }
hex = "0.4.3"
ff = "0.13.0"
openssl = "0.10.36"
openssl = "0.10.62"
dotenv = "0.15"
futures = "0.3"
lazy_static = "1.4"
colored = "2.0.0"
log = "0.4"
pretty_env_logger = "0.4.0"
pretty_env_logger = "0.5.0"
celestia-rpc = { git = "https://github.com/eigerco/celestia-node-rs" }
celestia-types = { git = "https://github.com/eigerco/celestia-node-rs" }
clap = { version = "4.3.2", features = ["derive"] }
Expand Down

0 comments on commit bb5e35b

Please sign in to comment.