Skip to content

Commit

Permalink
Bump anyhow from 1.0.81 to 1.0.82 (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent 5db4077 commit 810f43f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repository = "https://github.com/iggy-rs/iggy"
homepage = "https://iggy.rs"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
async-trait = "0.1.79"
clap = { version = "4.5.4", features = ["derive"] }
clap_complete = "4.5.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ name = "message-headers-producer"
path = "src/message-headers/producer/main.rs"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
iggy = { path = "../sdk" }
Expand Down
2 changes: 1 addition & 1 deletion sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "../README.md"

[dependencies]
aes-gcm = "0.10.3"
anyhow = "1.0.81"
anyhow = "1.0.82"
async-dropper = { version = "0.3.1", features = ["tokio", "simple"] }
async-trait = "0.1.79"
base64 = "0.22.0"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tokio-console = ["dep:console-subscriber", "tokio/tracing"]

[dependencies]
aes-gcm = "0.10.3"
anyhow = "1.0.81"
anyhow = "1.0.82"
async-stream = "0.3.5"
async-trait = "0.1.79"
atone = "0.3.7"
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "data-seeder-tool"
path = "src/data-seeder/main.rs"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
bytes = "1.6.0"
clap = { version = "4.5.4", features = ["derive"] }
iggy = { path = "../sdk" }
Expand Down

0 comments on commit 810f43f

Please sign in to comment.