Skip to content

Commit

Permalink
Updates of dtolnay crate-o-matic universe
Browse files Browse the repository at this point in the history
Reviewed By: zertosh

Differential Revision: D47316925

fbshipit-source-id: d6d374466693cff397a0358bb38c790575998a21
  • Loading branch information
David Tolnay authored and facebook-github-bot committed Jul 8, 2023
1 parent 2a96d49 commit a1657f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fb303/thrift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ test = false
doctest = false

[dependencies]
anyhow = "1.0.65"
async-trait = "0.1.58"
anyhow = "1.0.71"
async-trait = "0.1.71"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
futures = { version = "0.3.28", features = ["async-await", "compat"] }
once_cell = "1.12"
ref-cast = "1.0.16"
ref-cast = "1.0.18"
serde = { version = "1.0.167", features = ["derive", "rc"] }
serde_derive = "1.0.167"
thiserror = "1.0.36"
thiserror = "1.0.43"
tracing = "0.1.35"
tracing-futures = { version = "0.2.5", features = ["futures-03"] }

Expand Down

0 comments on commit a1657f7

Please sign in to comment.