Skip to content

Commit 0dc4478

Browse files
chore(deps)(deps): bump anyhow from 1.0.100 to 1.0.102
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.100 to 1.0.102. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.100...1.0.102) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 599bb5a commit 0dc4478

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/haystack_discourse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-feature
1515
tokio = { version = "1.35.0", features = ["full"] }
1616
serde = { version = "1.0.193", features = ["derive"] }
1717
serde_json = "1.0.108"
18-
anyhow = "1.0.75"
18+
anyhow = "1.0.102"
1919
url = "2.5.8"
2020

2121
[dev-dependencies]

crates/terraphim_types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "../../README.md"
1313

1414
[dependencies]
1515
ahash = { version = "0.8.8", features = ["serde"] }
16-
anyhow = "1.0.0"
16+
anyhow = "1.0.102"
1717
chrono = { version = "0.4.23", features = ["serde"] }
1818
log = "0.4.29"
1919
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)