Skip to content

Commit

Permalink
thiserror bump
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMDunn committed Oct 22, 2024
1 parent ab21fe1 commit 5ea8896
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_with = "1.11.0"
tokio-executor-trait = "2.1.0"
tokio-reactor-trait = "1.1.0"
itertools = "0.10.4"
thiserror = "1.0.30"
thiserror = "1.0.64"
veil = "0.1.6"
zstd = "0.12.3"

Expand Down
2 changes: 1 addition & 1 deletion crates/rabbitmq/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ agave-geyser-plugin-interface = { version = "=2.0.13" }
solana-program = { version = "=2.0.13", optional = true }

strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.30"
thiserror = "1.0.64"

0 comments on commit 5ea8896

Please sign in to comment.