Skip to content

Commit

Permalink
--- (#318)
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent c1abfbf commit d4eef99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ log = { version = "0.4.21" }
clap = { version = "4.5.4", features = ["derive"] }
serde = { version = "1.0.202", features = ["derive"] }
arbitrary = { version = "1.3.2", features = ["derive"] }
anyhow = { version = "1.0.85", features = ["backtrace", "std"] }
anyhow = { version = "1.0.86", features = ["backtrace", "std"] }
mio = { version = "0.8.11", features = ["net", "os-poll"] }
oqs-sys = { version = "0.9.1", default-features = false, features = ['classic_mceliece', 'kyber'] }
blake2 = "0.10.6"
Expand Down

2 comments on commit d4eef99

@aparcar
Copy link
Contributor

@aparcar aparcar commented on d4eef99 Jun 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit description looks wired, is dependabot broken?

@prabhpreet
Copy link
Contributor

@prabhpreet prabhpreet commented on d4eef99 Jun 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a merge accident on my part- I realised later that part of the commit message got deleted, hence the truncated "---" as commit message. Commit message should have been "build(deps): bump anyhow from 1.0.85 to 1.0.86".

Please sign in to comment.