Skip to content

Commit 19aa4c9

Browse files
committed
chore: Leave comments about depency bumps
1 parent 44d7561 commit 19aa4c9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ async-trait = "0.1.89"
1616
axum = { version = "0.8.1", features = ["http2"] }
1717
clap = { version = "4.5.17", features = ["derive", "cargo", "env"] }
1818
const_format = "0.2.33"
19+
# Cannot be updated until x509-cert uses a newer version
1920
const-oid = { version = "0.9.6", features = ["db"] }
2021
convert_case = "0.11.0"
2122
convert_case_extras = "0.2.0"
@@ -52,6 +53,7 @@ pin-project = "1.1.5"
5253
prettyplease = "0.2.22"
5354
proc-macro2 = "1.0.86"
5455
quote = "1.0.37"
56+
# Cannot be updated until x509-cert uses a newer version
5557
rand = "0.9.0"
5658
rand_core = "0.6.4"
5759
regex = "1.10.6"

0 commit comments

Comments
 (0)