Skip to content

Commit

Permalink
chore: bump minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Dec 22, 2024
1 parent 6004385 commit ab59101
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 72 deletions.
103 changes: 60 additions & 43 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hold"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "MIT"
build = "build.rs"
Expand All @@ -14,22 +14,22 @@ codegen-units = 1
panic = "abort"

[dependencies]
anyhow = "1.0.94"
cln-plugin = "0.2.0"
anyhow = "1.0.95"
cln-plugin = "0.3.0"
diesel = { version = "2.2.6", features = ["postgres", "r2d2", "chrono", "sqlite"] }
diesel_migrations = "2.2.0"
log = { version = "0.4.22", features = [] }
prost = "0.13.4"
rcgen = { version = "0.13.1", features = ["x509-parser"] }
rcgen = { version = "0.13.2", features = ["x509-parser"] }
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread", "sync"] }
tonic = { version = "0.12.3", features = ["prost", "tls", "gzip", "zstd"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.133", features = ["preserve_order"] }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = { version = "1.0.134", features = ["preserve_order"] }
lightning-invoice = { version = "0.32.0", features = ["std"] }
chrono = { version = "0.4.39", features = ["serde"] }
bitcoin = { version = "0.32.5", features = ["rand-std"] }
secp256k1 = "0.29.1"
cln-rpc = "0.2.0"
cln-rpc = "0.3.0"
hex = "0.4.3"
tokio-util = "0.7.13"

Expand Down
2 changes: 1 addition & 1 deletion tests-regtest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies = [
"grpcio>=1.68.1",
"grpcio-tools>=1.68.1",
"pytest>=8.3.4",
"ruff>=0.8.2",
"ruff>=0.8.4",
]

[tool.ruff]
Expand Down
42 changes: 21 additions & 21 deletions tests-regtest/uv.lock

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

0 comments on commit ab59101

Please sign in to comment.