Skip to content

Commit

Permalink
Merge pull request #117 from zeozeozeo/dependabot/cargo/anyhow-1.0.84
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.82 to 1.0.84
  • Loading branch information
zeozeozeo committed May 18, 2024
2 parents 599dc95 + a0aea60 commit 47365ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -25,7 +25,7 @@ rfd = "0.14.1"
bot = { path = "bot" }
serde_json = "1.0.116"
log = "0.4.21"
anyhow = "1.0.82"
anyhow = "1.0.84"
rayon = "1.10.0"
egui_extras = { version = "0.27.2", features = ["image"] }
rustmatica = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion bot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.84"
bincode = "1.3.3"
byteorder = "1.5.0"
chrono = "0.4.38"
Expand Down

0 comments on commit 47365ba

Please sign in to comment.