Skip to content

Commit 3fd1b4a

Browse files
committed
Unpin versions that do not need to be pinned. Manage via Cargo.lock
Signed-off-by: Nye Liu <nye@blockdaemon.com>
1 parent f6fd396 commit 3fd1b4a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ solana-logger = { version = "=1.14.18" }
1616
solana-program = { version = "=1.14.18" }
1717
solana-transaction-status = { version = "=1.14.18" }
1818

19-
log = "0.4.17"
20-
prost = "0.11"
21-
rdkafka = { version = "0.29", features = ["ssl", "sasl"] }
22-
serde_json = "1.0.96"
23-
serde = { version = "1.0.160", features = ["derive"] }
24-
simple-error = "0.3.0"
19+
log = "*"
20+
prost = "*"
21+
rdkafka = { features = ["ssl", "sasl"] }
22+
serde_json = { version = "~1" }
23+
serde = { version = "~1", features = ["derive"] }
24+
simple-error = "*"
2525
toml_datetime = { version = "=0.6.1" } # 0.6.2 requires rust 1.64.0
2626
toml_edit = { version = "=0.19.8" } # 0.19.9 requires rust 1.64.0
2727
winnow = { version = "=0.4.1" } # 0.4.2 requires rust 1.64.0

0 commit comments

Comments
 (0)