Skip to content

Commit

Permalink
bump sqlx version (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl authored Oct 4, 2024
1 parent be24e08 commit ca6b272
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 68 deletions.
103 changes: 38 additions & 65 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ itertools = "0.13"
num-traits = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
sqlx = { version = "0.7", features = ["runtime-tokio-native-tls", "postgres"] }
sqlx = { version = "0.8", features = ["runtime-tokio-native-tls", "postgres"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
rand = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc-cpu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytemuck.workspace = true
dashmap = "6.1.0"
eyre.workspace = true
futures.workspace = true
hawk-pack = { git = "https://github.com/Inversed-Tech/hawk-pack.git", rev = "d34a1b3" }
hawk-pack = { git = "https://github.com/Inversed-Tech/hawk-pack.git", rev = "c2b3d4b" }
iris-mpc-common = { path = "../iris-mpc-common" }
itertools.workspace = true
num-traits.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion iris-mpc-upgrade/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand_chacha = "0.3"
tokio.workspace = true
tracing-subscriber.workspace = true

mpc-uniqueness-check = { package = "mpc", git = "https://github.com/worldcoin/mpc-uniqueness-check", rev = "4d38402" }
mpc-uniqueness-check = { package = "mpc", git = "https://github.com/worldcoin/mpc-uniqueness-check", rev = "ffa9227" }
indicatif = "0.17.8"
tokio-rustls = "0.26.0"
rustls = "0.23.12"
Expand Down

0 comments on commit ca6b272

Please sign in to comment.