Skip to content

Commit

Permalink
attempting to fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kvey committed Apr 12, 2024
1 parent 6443f64 commit a67df60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ protobuf = "3.2.0"
sqlparser = "0.34.0"
anyhow = { version = "1.0", default-features = false }
indoc = "1.0.3"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.96"
serde = { version = "=1.0.197", features = ["derive"] }
serde_json = "=1.0.115"
tonic = "0.9"
prost = "0.11"
tokio = { version = "1", features = ["full", "tracing"] }
Expand Down

0 comments on commit a67df60

Please sign in to comment.