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
This commit is contained in:
David Tolnay 2021-11-19 15:55:48 -08:00 committed by Facebook GitHub Bot
parent d6da752b48
commit 8b29b9f7bb
312 changed files with 312 additions and 312 deletions

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
edenfs-config = { version = "0.1.0", path = "../edenfs-config" }
edenfs-error = { version = "0.1.0", path = "../edenfs-error" }
fbthrift_socket = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
comfy-table = "4.0.1"
crossterm = { version = "0.20.0", features = ["event-stream"] }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
edenfs-error = { version = "0.1.0", path = "../edenfs-error" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
stack-config = { version = "0.1.0", path = "../stack-config" }

View File

@ -8,5 +8,5 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
thiserror = "1.0.29"

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
edenfs-commands = { version = "0.1.0", path = "../edenfs-commands" }
structopt = "0.3.23"
tracing-subscriber = { version = "0.3.1", features = ["ansi", "env-filter", "fmt", "json", "parking_lot", "registry"] }

View File

@ -382,7 +382,7 @@ fn find_disk_for_eden_mount(mount_point: &str) -> Result<String> {
let fstype = unsafe { CStr::from_ptr(stat.f_fstypename.as_ptr()).to_str()? };
if "apfs" != fstype {
bail!("disk {} must be apfs");
bail!("disk at {} must be apfs", mount_point);
}
let partition = unsafe { CStr::from_ptr(stat.f_mntfromname.as_ptr()).to_str()? };
let output = new_cmd_unprivileged(DISKUTIL)

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
configparser = { path = "../configparser" }
indexmap = { version = "1.7.0", features = ["rayon", "serde-1"] }

View File

@ -9,7 +9,7 @@ edition = "2021"
crate-type = ["lib", "staticlib"]
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
bytes = { version = "1.1", features = ["serde"] }
configparser = { path = "../configparser" }
edenapi = { path = "../edenapi" }

View File

@ -9,7 +9,7 @@ name = "blackbox"
harness = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
byteorder = "1.3"
indexedlog = { path = "../indexedlog" }
lazy_static = "1.0"

View File

@ -6,7 +6,7 @@ authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
indexedlog = { path = "../indexedlog" }
thiserror = "1.0.29"
types = { path = "../types" }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
futures = { version = "0.3.13", features = ["async-await", "compat"] }
manifest = { path = "../manifest", features = ["for-tests"] }
parking_lot = "0.10.2"

View File

@ -6,7 +6,7 @@ authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blackbox = { path = "../blackbox" }
cliparser = { path = "../cliparser" }
configparser = { path = "../configparser" }

View File

@ -6,7 +6,7 @@ authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
cpython = { version = "0.7", optional = true, default-features = false }
cpython_ext = { path = "../cpython-ext", optional = true, default-features = false }
lazy_static = "1.0"

View File

@ -17,7 +17,7 @@ description = '''
'''
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
eventsource = "0.5"
filetime = "0.2.9"
lazy_static = "1.0"

View File

@ -12,7 +12,7 @@ name = "bench"
harness = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
dirs = "2.0"
filetime = "0.2.9"
hgtime = { path = "../hgtime" }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-runtime = { path = "../async-runtime" }
cpython = { version = "0.7", default-features = false }
cpython_ext = { path = "../cpython-ext", default-features = false }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
cpython = { version = "0.7", default-features = false }
encoding = { path = "../encoding" }
io = { path = "../io" }

View File

@ -21,7 +21,7 @@ name = "spanset"
harness = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
bitflags = "1.3"
byteorder = "1.3"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
dag = { path = ".." }
git2 = "0.13"
nonblocking = { path = "../../nonblocking" }

View File

@ -9,7 +9,7 @@ name = "edenapi_cli"
path = "src/bin/cli.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-runtime = { path = "../async-runtime" }
async-trait = "0.1.51"
atty = "0.2"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
configparser = { path = "../../configparser" }
edenapi = { path = ".." }
edenapi_types = { path = "../types" }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
edenapi_types = { path = "../../types" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_cbor = "0.11"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
edenapi_types = { path = "../../types" }
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_cbor = "0.11"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
bytes = { version = "1.1", features = ["serde"] }
dag-types = { path = "../../dag/dag-types", features = ["for-tests"] }
quickcheck = "1.0"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
byteorder = "1.3"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
clidispatch = { path = "../clidispatch" }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
libc = "0.2.98"
[target.'cfg(windows)'.dependencies]

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-runtime = { path = "../async-runtime" }
bindings = { path = "../../edenscmnative/bindings", default-features = false }
blackbox = { path = "../blackbox" }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
dag = { path = "../dag", features = ["for-tests", "indexedlog-backend"] }
edenapi = { path = "../edenapi" }

View File

@ -9,7 +9,7 @@ name = "http_cli"
path = "src/bin/cli.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
atty = "0.2"
curl = { version = "0.4", features = ["http2"] }
curl-sys = "0.4"

View File

@ -11,7 +11,7 @@ harness = false
required-features = ["for-tests"]
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
bytes = { version = "1.1", features = ["serde"] }
manifest = { path = "../manifest" }
once_cell = "1.8"

View File

@ -6,7 +6,7 @@ authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
pathmatcher = { path = "../pathmatcher" }
quickcheck = { version = "1.0", optional = true }
rand = { version = "0.8", features = ["small_rng"], optional = true }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
git2 = "0.13"
indexedlog = { path = "../indexedlog" }
lazy_static = "1.0"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
bitflags = "1.3"
dag = { path = "../dag" }
indexedlog = { path = "../indexedlog" }

View File

@ -6,7 +6,7 @@ authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
indexedlog = { path = "../indexedlog" }
thiserror = "1.0.29"
types = { path = "../types" }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
bitflags = "1.3"
globset = "0.4.7"
ignore = "0.4"

View File

@ -5,4 +5,4 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-runtime = { path = "../async-runtime" }
async-trait = "0.1.51"
auth = { path = "../auth" }

View File

@ -9,7 +9,7 @@ edition = "2021"
path = "lib.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
byteorder = "1.3"
quickcheck = "1.0"
serde = { version = "1.0.126", features = ["derive", "rc"] }

View File

@ -19,5 +19,5 @@ thiserror = "1.0.29"
util = { path = "../util" }
[dev-dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
tempfile = "3.2"

View File

@ -10,5 +10,5 @@ futures = { version = "0.3.13", features = ["async-await", "compat"] }
pin-project = "0.4.28"
[dev-dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
tokio = { version = "1.10", features = ["full", "test-util", "tracing"] }

View File

@ -6,5 +6,5 @@ authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
taggederror = { path = "../taggederror" }

View File

@ -6,5 +6,5 @@ authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
thiserror = "1.0.29"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
const-cstr = "0.3.0"
eden = { path = "eden" }
eden_config = { path = "eden_config" }

View File

@ -6,7 +6,7 @@ authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
bitflags = "1.3"
byteorder = "1.3"
thiserror = "1.0.29"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
byteorder = "1.3"
lazy_static = { version = "1.0", optional = true }
quickcheck = { version = "1.0", optional = true }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
dirs = "2.0"
fs2 = "0.4"
libc = "0.2.98"

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
crossbeam = "0.8"
dashmap = { version = "4.0.2", features = ["rayon", "serde"] }
fsinfo = { path = "../fsinfo" }

View File

@ -5,7 +5,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
parking_lot = "0.10.2"
pathmatcher = { path = "../pathmatcher" }
thiserror = "1.0.29"

View File

@ -81,7 +81,7 @@ path = "cmds/streaming_clone_warmup/main.rs"
[dependencies]
ahash = "0.7.4"
anyhow = "1.0"
anyhow = "1.0.47"
ascii = "1.0"
async-compression = { version = "0.3.8", features = ["all-implementations", "brotli", "bzip2", "deflate", "gzip", "zlib", "zstd"] }
blobrepo = { version = "0.1.0", path = "blobrepo" }

View File

@ -12,7 +12,7 @@ name = "admin"
path = "../cmds/admin/main.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
async_requests = { version = "0.1.0", path = "../megarepo_api/async_requests" }
backsyncer = { version = "0.1.0", path = "../commit_rewriting/backsyncer" }

View File

@ -12,7 +12,7 @@ name = "aliasverify"
path = "../cmds/aliasverify.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobrepo = { version = "0.1.0", path = "../blobrepo" }
blobstore = { version = "0.1.0", path = "../blobstore" }
bytes = { version = "1.1", features = ["serde"] }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
[dev-dependencies]
quickcheck = "1.0"

View File

@ -12,7 +12,7 @@ name = "backfill_derived_data"
path = "../cmds/backfill_derived_data/main.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blame = { version = "0.1.0", path = "../derived_data/blame" }
blobrepo = { version = "0.1.0", path = "../blobrepo" }
blobrepo_override = { version = "0.1.0", path = "../blobrepo/override" }

View File

@ -13,7 +13,7 @@ path = "../cmds/benchmark_filestore.rs"
test = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobstore = { version = "0.1.0", path = "../blobstore" }
blobstore_factory = { version = "0.1.0", path = "../blobstore/factory" }
bytes = { version = "1.1", features = ["serde"] }

View File

@ -12,7 +12,7 @@ name = "benchmark_large_directory"
path = "benchmark_large_directory.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobrepo = { version = "0.1.0", path = "../../blobrepo" }
context = { version = "0.1.0", path = "../../server/context" }
deleted_files_manifest = { version = "0.1.0", path = "../../derived_data/deleted_files_manifest" }

View File

@ -15,7 +15,7 @@ name = "benchmark"
path = "benchmark.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobrepo = { version = "0.1.0", path = "../../blobrepo" }
blobstore = { version = "0.1.0", path = "../../blobstore" }

View File

@ -12,7 +12,7 @@ name = "blobimport"
path = "../cmds/blobimport.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
ascii = "1.0"
blobimport_lib = { version = "0.1.0", path = "../blobimport_lib" }
blobrepo = { version = "0.1.0", path = "../blobrepo" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
ascii = "1.0"
blobrepo = { version = "0.1.0", path = "../blobrepo" }
blobrepo_hg = { version = "0.1.0", path = "../blobrepo/blobrepo_hg" }

View File

@ -12,7 +12,7 @@ name = "blobrepo_test"
path = "test/main.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobstore = { version = "0.1.0", path = "../blobstore" }
bonsai_git_mapping = { version = "0.1.0", path = "../bonsai_git_mapping" }
bonsai_globalrev_mapping = { version = "0.1.0", path = "../bonsai_globalrev_mapping" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobrepo = { version = "0.1.0", path = ".." }
blobrepo_common = { version = "0.1.0", path = "../common" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobstore = { version = "0.1.0", path = "../../blobstore" }
context = { version = "0.1.0", path = "../../server/context" }
filestore = { version = "0.1.0", path = "../../filestore" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
auto_impl = "0.4"
changesets = { version = "0.1.0", path = "../../changesets" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobrepo = { version = "0.1.0", path = ".." }
blobstore = { version = "0.1.0", path = "../../blobstore" }
changesets = { version = "0.1.0", path = "../../changesets" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = "../../blobstore" }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -12,7 +12,7 @@ name = "blobrepo_utils_test"
path = "test/main.rs"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobrepo = { version = "0.1.0", path = "../blobrepo" }
blobrepo_hg = { version = "0.1.0", path = "../blobrepo/blobrepo_hg" }
blobrepo_override = { version = "0.1.0", path = "../blobrepo/override" }

View File

@ -14,7 +14,7 @@ path = "test/main.rs"
[dependencies]
abomonation = "0.7"
abomonation_derive = "0.5"
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
auto_impl = "0.4"
bytes = { version = "1.1", features = ["serde"] }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }
futures_stats = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
auto_impl = "0.4"
blobstore = { version = "0.1.0", path = ".." }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
changesets = { version = "0.1.0", path = "../../changesets" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
blobstore = { version = "0.1.0", path = ".." }
blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" }
blobstore_sync_queue = { version = "0.1.0", path = "../../blobstore_sync_queue" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }
const-cstr = "0.3.0"

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
blobstore_stats = { version = "0.1.0", path = "../blobstore_stats" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
ascii = "1.0"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }

View File

@ -14,7 +14,7 @@ test = false
doctest = false
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
bytes = { version = "1.1", features = ["serde"] }
codegen_includer_proc_macro = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
cached_config = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
base64 = "0.11.0"
blobstore = { version = "0.1.0", path = ".." }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
blobstore = { version = "0.1.0", path = ".." }
context = { version = "0.1.0", path = "../../server/context" }

View File

@ -8,7 +8,7 @@ edition = "2021"
license = "GPLv2+"
[dependencies]
anyhow = "1.0"
anyhow = "1.0.47"
async-trait = "0.1.51"
async_limiter = { version = "0.1.0", path = "../../common/async_limiter" }
blobstore = { version = "0.1.0", path = ".." }

Some files were not shown because too many files have changed in this diff Show More