Skip to content

Commit

Permalink
Bump dependencies and update lair versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jun 12, 2024
1 parent 8559c9b commit 29c729d
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 51 deletions.
89 changes: 46 additions & 43 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ members = [
[workspace.dependencies]
assert_cmd = "2.0.11"
base64 = "0.13.1"
criterion = "0.4.0"
criterion = "0.5.1"
dunce = "1.0.4"
futures = "0.3.28"
# this doesn't strictly need to be pinned, but it supports the
# determinism of the strict client/server version checks
hc_seed_bundle = { version = "=0.2.3", path = "./crates/hc_seed_bundle" }
# lair_keystore_api must be pinned to enable strict version checks
lair_keystore_api = { version = "=0.4.4", path = "./crates/lair_keystore_api" }
lru = "0.10.0"
lair_keystore_api = { version = "=0.4.4-patch.1", path = "./crates/lair_keystore_api" }
lru = "0.12.3"
nanoid = "0.4.0"
one_err = "0.0.8"
once_cell = "1.17.1"
parking_lot = "0.12.1"
pretty_assertions = "1.3.0"
rcgen = { version = "0.10.0", features = [ "zeroize" ] }
rmp-serde = "0.15"
rmpv = { version = "=1.0.0", features = [ "with-serde" ] } # Version 1.0.1 requires Rust 1.70.0
rmpv = { version = "1", features = [ "with-serde" ] }
rpassword = "7.2.0"
rusqlite = { version = "0.29", features = [ "modern_sqlite" ] }
serde = { version = "1", features = [ "derive", "rc" ] }
Expand All @@ -37,9 +37,9 @@ sqlformat = "0.2.1"
structopt = "0.3.26"
sysinfo = "0.28.4"
tempdir = "0.3.7"
time = "=0.3.23" # Pinned to prevent rvgen pulling in ^0.2.25 which doesn't build on Rust 1.66.1
time = "0.3.23"
tokio = { version = "1.35.1" }
toml = "0.7.3"
toml = "0.8.14"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = [ "env-filter" ] }
url = { version = "2.3.1", features = [ "serde" ] }
Expand Down
2 changes: 1 addition & 1 deletion crates/lair_keystore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lair_keystore"
version = "0.4.4"
version = "0.4.4-patch.1"
description = "secret lair private keystore"
license = "MIT OR Apache-2.0"
repository = "https://github.com/holochain/lair"
Expand Down
2 changes: 1 addition & 1 deletion crates/lair_keystore_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lair_keystore_api"
version = "0.4.4"
version = "0.4.4-patch.1"
description = "secret lair private keystore API library"
license = "MIT OR Apache-2.0"
repository = "https://github.com/holochain/lair"
Expand Down

0 comments on commit 29c729d

Please sign in to comment.