Skip to content

Commit

Permalink
update dependencies + features cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 10, 2023
1 parent 2cfa6b2 commit 45722c2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 29 deletions.
23 changes: 11 additions & 12 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [".", "migration"]
[dependencies]
base64 = "0.21.0"
bdk = { version = "0.29", features = ["electrum", "keys-bip39"] }
bitcoin = { version = "0.30.1", features = ["base64"] }
bitcoin = "0.30.1"
chacha20poly1305 = { version = "0.10.1", features = ["stream"] }
electrum-client = "0.17.0"
futures = "0.3"
Expand All @@ -25,7 +25,7 @@ rand = "0.8.5"
rgb-lib-migration = { path = "migration", version = "0.2.0" }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "multipart", "native-tls"] }
scrypt = "0.11.0"
sea-orm = { version = "=0.12.4", features = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "runtime-async-std-native-tls", "macros"] }
sea-orm = { version = "=0.12.4", features = ["sqlx-sqlite", "runtime-async-std-native-tls", "macros"] }
sea-query = "=0.30.2"
serde = { version = "^1.0", features = ["derive"] }
serde_json = { version = "^1.0", features = ["preserve_order"] }
Expand All @@ -34,17 +34,17 @@ slog-async = "2.8.0"
slog-term = "2.9.0"
tempfile = "3.8.0"
thiserror = "1.0"
time = { version = "0.3.28", features = ["std"] }
time = "0.3.28"
tree_magic = "0.2.3"
typenum = "1.16.0"
walkdir = "2.3.3"
zip = { version = "0.6.6", default-features = false, features = ["time", "zstd"] }
zip = { version = "0.6.6", default-features = false, features = ["zstd"] }

# RGB-related deps
amplify = "=4.5.0"
bp-core = "=0.10.11"
commit_verify = "=0.10.6"
rgb-contracts = { version = "=0.10.2", features = ["electrum"] }
rgb-contracts = "=0.10.2"
rgb-schemata = "=0.10.1"
rgb-std = "=0.10.9"
rgb-wallet = "=0.10.9"
Expand Down
23 changes: 11 additions & 12 deletions rgb-lib-ffi/Cargo.lock

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

0 comments on commit 45722c2

Please sign in to comment.