Skip to content

Commit aef952e

Browse files
crodasthesimplekid
andcommitted
Apply suggestions from code review
Co-authored-by: thesimplekid <tsk@thesimplekid.com>
1 parent ee9956f commit aef952e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

crates/cdk-common/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ bitcoin = { version = "0.32.2", features = [
2020
cbor-diag = "0.1.12"
2121
ciborium = { version = "0.2.2", default-features = false, features = ["std"] }
2222
once_cell = "1.20.2"
23-
serde = { version = "1.0.216", features = ["derive"] }
23+
serde = { version = "1", features = ["derive"] }
2424
lightning-invoice = { version = "0.32.0", features = ["serde", "std"] }
25-
thiserror = "2.0.9"
26-
tracing = "0.1.41"
25+
thiserror = "2"
26+
tracing = "0.1"
2727
url = "2.3"
2828
uuid = { version = "1", features = ["v4", "serde"] }
2929
utoipa = { version = "4", optional = true }
3030
futures = "0.3.31"
31-
anyhow = "1.0.95"
31+
anyhow = "1.0"
3232
reqwest = { version = "0.12", default-features = false, features = [
3333
"json",
3434
"rustls-tls",
@@ -39,7 +39,7 @@ reqwest = { version = "0.12", default-features = false, features = [
3939
"gzip",
4040
"deflate",
4141
] }
42-
serde_json = "1.0.134"
42+
serde_json = "1"
4343
serde_with = "3"
4444

4545
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)