sapling/eden/hg-server/lib/edenapi
David Tolnay 8b29b9f7bb third-party/rust: Update anyhow from 1.0.44 to 1.0.47
Summary:
This release helps catch places that the `anyhow!` or `bail!` macros are invoked with a missing fmt argument, such as:

```
-     anyhow!("unsupported redirect operation {:?}")
+     anyhow!("unsupported redirect operation {:?}", op)
```

All instances of this in fbcode were fixed in D32266567 (2f440eac7e).

Reviewed By: wqfish

Differential Revision: D32564287

fbshipit-source-id: e9cf5a1376e6c83343de3f3c6ba2925d88334a30
2021-11-19 15:57:13 -08:00
..
bindings third-party/rust: Update anyhow from 1.0.44 to 1.0.47 2021-11-19 15:57:13 -08:00
src Remove imports of prelude items 2021-10-21 20:06:41 -07:00
tools third-party/rust: Update anyhow from 1.0.44 to 1.0.47 2021-11-19 15:57:13 -08:00
types third-party/rust: Update anyhow from 1.0.44 to 1.0.47 2021-11-19 15:57:13 -08:00
Cargo.toml third-party/rust: Update anyhow from 1.0.44 to 1.0.47 2021-11-19 15:57:13 -08:00