Skip to content

Commit

Permalink
Try to blindly update some locked deps
Browse files Browse the repository at this point in the history
  • Loading branch information
LGLO committed Jan 31, 2025
1 parent 4f7e30a commit e8cb6a3
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
58 changes: 29 additions & 29 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 @@ -71,9 +71,9 @@ futures = { version = "0.3.30", features = ["thread-pool"] }
hex = { version = "0.4.3", features = ["alloc"], default-features = false }
hex-literal = "0.4.1"
itertools = "0.13.0"
jsonrpsee = { version = "0.24.3", features = ["client-core", "server", "macros" ] }
libp2p-identity = "0.2.9"
log = { version = "0.4.22", default-features = false }
jsonrpsee = { version = "0.24", features = ["client-core", "server", "macros" ] }
libp2p-identity = "0.2"
log = { version = "0.4", default-features = false }
minicbor = { version = "0.20", features = ["alloc"] }
num-bigint = { version = "0.4.3", default-features = false }
num-traits = { version = "0.2.17", default-features = false }
Expand All @@ -92,7 +92,7 @@ tokio-retry = { version = "0.3" }
secp256k1 = { version = "0.28.2", default-features = false }
serde = { version = "1.0.209", default-features = false, features = ["derive", "alloc"] }
serde_json = { version = '1.0.132', default-features = false, features = ["alloc"] }
syn = "2.0.65"
syn = "2.0"
tempfile = "3.10.1"
thiserror = { version = "1.0.48" }
time = { version = "0.3.36", default-features = false }
Expand Down

0 comments on commit e8cb6a3

Please sign in to comment.