Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump anyhow from 1.0.82 to 1.0.86 #4490

Merged
merged 2 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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 @@ -12,7 +12,7 @@ members = [
]

[workspace.dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
async-graphql = { version = "7.0.5", default-features = false, features = ["tracing", "chrono", "playground"] }
async-graphql-axum = "7.0.3"
axum = { version = "0.7.5", features = ["macros"] }
Expand Down
26 changes: 13 additions & 13 deletions third-party/rust/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -253,23 +253,23 @@ cargo.rust_library(

alias(
name = "anyhow",
actual = ":anyhow-1.0.82",
actual = ":anyhow-1.0.86",
visibility = ["PUBLIC"],
)

http_archive(
name = "anyhow-1.0.82.crate",
sha256 = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519",
strip_prefix = "anyhow-1.0.82",
urls = ["https://crates.io/api/v1/crates/anyhow/1.0.82/download"],
name = "anyhow-1.0.86.crate",
sha256 = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da",
strip_prefix = "anyhow-1.0.86",
urls = ["https://crates.io/api/v1/crates/anyhow/1.0.86/download"],
visibility = [],
)

cargo.rust_library(
name = "anyhow-1.0.82",
srcs = [":anyhow-1.0.82.crate"],
name = "anyhow-1.0.86",
srcs = [":anyhow-1.0.86.crate"],
crate = "anyhow",
crate_root = "anyhow-1.0.82.crate/src/lib.rs",
crate_root = "anyhow-1.0.86.crate/src/lib.rs",
edition = "2018",
features = [
"default",
Expand Down Expand Up @@ -2804,7 +2804,7 @@ cargo.rust_library(
],
visibility = [],
deps = [
":anyhow-1.0.82",
":anyhow-1.0.86",
":google-apis-common-6.0.1",
":http-0.2.12",
":hyper-0.14.27",
Expand Down Expand Up @@ -5735,7 +5735,7 @@ cargo.rust_library(
proc_macro = True,
visibility = [],
deps = [
":anyhow-1.0.82",
":anyhow-1.0.86",
":itertools-0.10.5",
":proc-macro2-1.0.82",
":quote-1.0.35",
Expand All @@ -5760,7 +5760,7 @@ cargo.rust_library(
proc_macro = True,
visibility = [],
deps = [
":anyhow-1.0.82",
":anyhow-1.0.86",
":itertools-0.12.1",
":proc-macro2-1.0.82",
":quote-1.0.35",
Expand Down Expand Up @@ -9231,7 +9231,7 @@ cargo.rust_binary(
edition = "2021",
visibility = [],
deps = [
":anyhow-1.0.82",
":anyhow-1.0.86",
":async-graphql-7.0.5",
":async-graphql-axum-7.0.3",
":axum-0.7.5",
Expand Down Expand Up @@ -11499,7 +11499,7 @@ cargo.rust_library(
],
visibility = [],
deps = [
":anyhow-1.0.82",
":anyhow-1.0.86",
":async-trait-0.1.80",
":base64-0.21.5",
":futures-0.3.30",
Expand Down
4 changes: 2 additions & 2 deletions third-party/rust/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 third-party/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "top/main.rs"
# List of packages to be imported, with version constraints, features and all
# options Cargo supports.
[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
async-graphql = { version = "7.0.5", default-features = false, features = ["tracing", "chrono", "playground"] }
async-graphql-axum = "7.0.3"
axum = { version = "0.7.5", features = ["macros"] }
Expand Down
Loading