Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Nov 7, 2023
1 parent 0a9ac09 commit 464b5a6
Show file tree
Hide file tree
Showing 16 changed files with 509 additions and 491 deletions.
481 changes: 245 additions & 236 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ rand = "0.8.5"
rgb-lib-migration = { path = "migration", version = "0.2.0-alpha.6" }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "multipart", "native-tls"] }
scrypt = "0.11.0"
sea-orm = { version = "^0.12.3", features = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "runtime-async-std-native-tls", "macros"] }
sea-orm = { version = "=0.12.4", features = ["sqlx-mysql", "sqlx-postgres", "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 @@ -44,7 +44,7 @@ zip = { version = "0.6.6", default-features = false, features = ["time", "zstd"]
amplify = "=4.5.0"
bp-core = "=0.10.11"
commit_verify = "=0.10.6"
rgb-contracts = { version = "=0.10.1", features = ["electrum"] }
rgb-contracts = { version = "=0.10.2", features = ["electrum"] }
rgb-schemata = "=0.10.1"
rgb-std = "=0.10.9"
rgb-wallet = "=0.10.9"
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ path = "src/lib.rs"

[dependencies]
async-std = { version = "^1", features = ["attributes", "tokio1"] }
sea-orm-migration = { version = "^0.12.3", features = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "runtime-async-std-native-tls"] }
sea-orm-migration = { version = "=0.12.4", features = ["sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "runtime-async-std-native-tls"] }
Loading

0 comments on commit 464b5a6

Please sign in to comment.