Skip to content

Commit

Permalink
chore: minor dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Dec 9, 2024
1 parent f0409d0 commit 9666a3e
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 147 deletions.
60 changes: 30 additions & 30 deletions Cargo.lock

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

20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,28 @@ codegen-units = 1
panic = "abort"

[dependencies]
anyhow = "1.0.93"
anyhow = "1.0.94"
cln-plugin = "0.2.0"
diesel = { version = "2.2.4", features = ["postgres", "r2d2", "chrono", "sqlite"] }
diesel = { version = "2.2.6", features = ["postgres", "r2d2", "chrono", "sqlite"] }
diesel_migrations = "2.2.0"
log = { version = "0.4.22", features = [] }
prost = "0.13.3"
prost = "0.13.4"
rcgen = { version = "0.13.1", features = ["x509-parser"] }
tokio = { version = "1.41.1", features = ["macros", "rt-multi-thread", "sync"] }
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.214", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.133", features = ["preserve_order"] }
lightning-invoice = { version = "0.32.0", features = ["std"] }
chrono = { version = "0.4.38", features = ["serde"] }
bitcoin = { version = "0.32.4", features = ["rand-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"
hex = "0.4.3"
tokio-util = "0.7.12"
tokio-util = "0.7.13"

[build-dependencies]
built = { version = "0.7.5", features = ["git2"] }
tonic-build = "0.12.3"

[dev-dependencies]
mockall = "0.13.0"
mockall = "0.13.1"
10 changes: 5 additions & 5 deletions tests-regtest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description = "Test for CLN hold invoice plugin"
requires-python = ">=3.10"
dependencies = [
"bolt11>=2.1.0",
"grpcio>=1.67.1",
"grpcio-tools>=1.67.1",
"pytest>=8.3.3",
"ruff>=0.7.2",
"grpcio>=1.68.1",
"grpcio-tools>=1.68.1",
"pytest>=8.3.4",
"ruff>=0.8.2",
]

[tool.ruff]
Expand All @@ -19,5 +19,5 @@ exclude = ["hold/protos"]
select = ["ALL"]
ignore = [
"D100", "D101", "D102", "D103", "D104", "D107", "D211", "D212", "S605", "D203", "ISC001", "COM812", "S101",
"PLR2004", "PT011", "TCH001", "F403", "F405"
"PLR2004", "PT011", "TC001", "F403", "F405"
]
Loading

0 comments on commit 9666a3e

Please sign in to comment.