Skip to content

Commit

Permalink
fix(deps): update rust crate fluence-keypair to 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 4, 2023
1 parent 62fdd74 commit 0f280a2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ air-lambda-parser = { version = "0.1.0", path = "../crates/air-lib/lambda/parser
air-trace-handler = { version = "0.2.1", path = "../crates/air-lib/trace-handler" }
air-utils = { version = "0.1.1", path = "../crates/air-lib/utils" }
polyplets = { version = "0.3.2", path = "../crates/air-lib/polyplets" }
fluence-keypair = { version = "0.10.1" }
fluence-keypair = { version = "0.10.3" }

serde = { version = "1.0.164", features = [ "derive", "rc" ] }
serde_json = "1.0.95"
Expand Down
2 changes: 1 addition & 1 deletion avm/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ serde = "1.0.164"
log = "0.4.17"
parking_lot = "0.12.1"
tracing = "0.1.37"
fluence-keypair = "0.10.1"
fluence-keypair = "0.10.3"
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 @@ -12,7 +12,7 @@ categories = ["wasm"]

[dependencies]
air-interpreter-cid = { version = "0.3.0", path = "../interpreter-cid" }
fluence-keypair = "0.10.1"
fluence-keypair = "0.10.3"

serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.96"
Expand Down
2 changes: 1 addition & 1 deletion crates/air-lib/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ once_cell = "1.17.1"
semver = "1.0.17"
serde_json = "1.0.95"
serde = { version = "1.0.164", features = ["derive"] }
fluence-keypair = "0.10.1"
fluence-keypair = "0.10.3"

ed25519-dalek = "1.0.1"
rand_chacha = "0.2.2"
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", default-features = false, features = [ "env-filter", "json", "smallvec", "time", "fmt" ] }
atty = "0.2.14"
termcolor = "1.2.0"
fluence-keypair = "0.10.1"
fluence-keypair = "0.10.3"
bs58 = "0.4.0"
zeroize = "1.6.0"

Expand Down

0 comments on commit 0f280a2

Please sign in to comment.