Skip to content

Commit e60b954

Browse files
build(deps): bump anyhow from 1.0.65 to 1.0.68 (#71)
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.68. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.65...1.0.68) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb8b1cc commit e60b954

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ color-eyre = "0.5.11"
1515

1616
rustybrain-gtk = { path = "rustybrain-gtk" }
1717
rustybrain-core = { path = "rustybrain-core" }
18-
anyhow = "1.0.65"
18+
anyhow = "1.0.68"

rustybrain-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ edition = "2021"
33
name = "rustybrain-core"
44
version = "0.1.0"
55
[dependencies]
6-
anyhow = "1.0.65"
6+
anyhow = "1.0.68"
77
chrono = "0.4.22"
88
serde = { version = "1.0", features = ["derive"] }
99
tantivy = "0.19.0"

0 commit comments

Comments
 (0)