Skip to content

Commit

Permalink
Merge pull request wasmCloud#157 from vados-cosmonic/fix/revert-nkeys…
Browse files Browse the repository at this point in the history
…-version-bump

fix: revert "chore(deps): nkeys -> v0.3.0"
  • Loading branch information
connorsmith256 authored Jun 7, 2023
2 parents 9968326 + dc63652 commit f4c9a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpc-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ atty = "0.2"
data-encoding = "2.3"
futures = "0.3"
lazy_static = "1.4"
nkeys = "0.3.0"
nkeys = "0.2"
once_cell = "1.8"
opentelemetry = { version = "0.17", features = ["rt-tokio"], optional = true }
opentelemetry-otlp = { version = "0.10", features = ["http-proto", "reqwest-client"], optional = true }
Expand All @@ -61,7 +61,7 @@ tokio = { version = "1", features = ["full"] }
tracing-opentelemetry = { version = "0.17", optional = true }
tracing-subscriber = { version = "0.3.7", features = ["env-filter", "json"] }
uuid = { version = "1.0", features = ["v4", "serde"] }
wascap = "0.11.0"
wascap = "0.8.0"

[dev-dependencies]
anyhow = "1.0.66"
Expand Down

0 comments on commit f4c9a58

Please sign in to comment.