Skip to content

Commit

Permalink
Use maintenance fixed branch of presage with updated root CA (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
gferon authored Oct 28, 2022
1 parent 7002ad7 commit b6dde93
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 33 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@

- Upgrade presage (this will force relinking the device, due to incompatible changes) ([#182])

### Fixed

- Use maintenance fixed branch of presage with updated root CA ([#189], [#190])

[#182]: https://github.com/boxdot/gurk-rs/pull/182
[#189]: https://github.com/boxdot/gurk-rs/pull/189
[#190]: https://github.com/boxdot/gurk-rs/pull/190

## 0.2.5

Expand Down
38 changes: 9 additions & 29 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ debug = 0
lto = "thin"

[dependencies]
presage = { git = "https://github.com/whisperfish/presage", rev = "3e03d88", default-features = false, features = ["sled-config-store"] }
presage = { git = "https://github.com/whisperfish/presage", rev = "f84d958", default-features = false, features = ["sled-config-store"] }

anyhow = "1.0.40"
async-trait = "0.1.51"
Expand All @@ -48,9 +48,9 @@ textwrap = "0.14.2"
tokio = { version = "1.5.0", default-features = false, features = ["rt-multi-thread", "macros", "net", "time"] }
tokio-stream = "0.1.5"
toml = "0.5.8"
tui = {version = "0.15.0", default-features = false, features = ["crossterm"]}
tui = { version = "0.15.0", default-features = false, features = ["crossterm"] }
unicode-width = "0.1.8"
uuid = "0.8.2"
uuid = "1.2"
whoami = "1.1.2"
tracing = "0.1.35"
tracing-appender = "0.2.2"
Expand All @@ -62,7 +62,7 @@ qr2term = "0.3.0"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
tempfile = "3.2.0"
uuid = { version = "0.8.2", features = ["v4"] }
uuid = { version = "1.2", features = ["v4"] }

# [patch."https://github.com/whisperfish/presage.git"]
# presage = { path = "../presage" }
Expand Down

0 comments on commit b6dde93

Please sign in to comment.