Skip to content

Commit

Permalink
chore(deps): update rust crate bs58 to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 16, 2023
1 parent 33a9d9f commit fbccee7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 4 additions & 10 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/air-lib/interpreter-signatures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ fluence-keypair = "0.10.1"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"

bs58 = "0.4.0"
bs58 = "0.5.0"
2 changes: 1 addition & 1 deletion tools/cli/air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features =
atty = "0.2.14"
termcolor = "1.2.0"
fluence-keypair = "0.10.1"
bs58 = "0.4.0"
bs58 = "0.5.0"
zeroize = "1.6.0"

[features]
Expand Down

0 comments on commit fbccee7

Please sign in to comment.