Skip to content

Commit

Permalink
build(deps): bump anyhow from 1.0.71 to 1.0.72 (#501)
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.71 to 1.0.72.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.71...1.0.72)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent e9140c4 commit e214b30
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 crates/jmux-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio-util = { version = "0.7.8", features = ["codec"] }
futures-util = { version = "0.3.28", features = ["sink"] }

# error handling
anyhow = "1.0.71"
anyhow = "1.0.72"

# logging
tracing = "0.1.37"
Expand Down
2 changes: 1 addition & 1 deletion crates/test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ tokio = { version = "1.28.2", features = ["io-util"] }
tokio-tungstenite = "0.19.0"
futures-util = "0.3.28"
proptest = "1.2.0"
anyhow = "1.0.71"
anyhow = "1.0.72"
portpicker = "0.1.1"
2 changes: 1 addition & 1 deletion crates/transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ futures-util = "0.3.28"
test-utils = { path = "../test-utils" }
tokio = { version = "1.28.2", features = ["rt", "macros"] }
proptest = "1.2.0"
anyhow = "1.0.71"
anyhow = "1.0.72"
2 changes: 1 addition & 1 deletion devolutions-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ url = { version = "2.4.0", features = ["serde"] }
uuid = { version = "1.4.1", features = ["v4", "serde"] }
chrono = { version = "0.4.26", features = ["serde"] } # TODO: switch to `time`
parking_lot = "0.12.1"
anyhow = "1.0.71"
anyhow = "1.0.72"
thiserror = "1"
typed-builder = "0.14.0"
backoff = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion jetsocat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-appender = "0.2.2"

# error handling
anyhow = "1.0.71"
anyhow = "1.0.72"

# location of special directories
dirs-next = "2.0.0"
Expand Down

0 comments on commit e214b30

Please sign in to comment.