Skip to content

Commit

Permalink
Bump anyhow from 1.0.65 to 1.0.66
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.65...1.0.66)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent 5e5372c commit 2ceeaae
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 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/fj-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories.workspace = true


[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
fj.workspace = true
fj-export.workspace = true
fj-host.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spade = "2.0.0"
thiserror = "1.0.35"

[dev-dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
log = "0.4.17"
regex = "1.6.0"
semver = "1.0.14"
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
chrono = "0.4.22"
map-macro = "0.2.4"
octocrab = "0.17.0"
Expand Down
2 changes: 1 addition & 1 deletion tools/cross-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
4 changes: 2 additions & 2 deletions tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish = false


[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
tempfile = "3.3.0"

[build-dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false


[dependencies]
anyhow = "1.0.65"
anyhow = "1.0.66"
cargo_metadata = "0.15.0"
cmd_lib = "1.3.0"
env_logger = "0.9.1"
Expand Down

0 comments on commit 2ceeaae

Please sign in to comment.