Skip to content

Commit

Permalink
Unpin versions that do not need to be pinned. Manage via Cargo.lock
Browse files Browse the repository at this point in the history
Signed-off-by: Nye Liu <[email protected]>
  • Loading branch information
nyetwurk committed May 21, 2023
1 parent f6fd396 commit 3fd1b4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ solana-logger = { version = "=1.14.18" }
solana-program = { version = "=1.14.18" }
solana-transaction-status = { version = "=1.14.18" }

log = "0.4.17"
prost = "0.11"
rdkafka = { version = "0.29", features = ["ssl", "sasl"] }
serde_json = "1.0.96"
serde = { version = "1.0.160", features = ["derive"] }
simple-error = "0.3.0"
log = "*"
prost = "*"
rdkafka = { features = ["ssl", "sasl"] }
serde_json = { version = "~1" }
serde = { version = "~1", features = ["derive"] }
simple-error = "*"
toml_datetime = { version = "=0.6.1" } # 0.6.2 requires rust 1.64.0
toml_edit = { version = "=0.19.8" } # 0.19.9 requires rust 1.64.0
winnow = { version = "=0.4.1" } # 0.4.2 requires rust 1.64.0
Expand Down

0 comments on commit 3fd1b4a

Please sign in to comment.