Skip to content

Commit

Permalink
Merge pull request #1703 from hannobraun/dependabot/cargo/anyhow-1.0.70
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.69 to 1.0.70
  • Loading branch information
hannobraun authored Mar 20, 2023
2 parents 2110c11 + fe5686d commit d67a438
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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 @@ -11,7 +11,7 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
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 @@ -23,4 +23,4 @@ thiserror = "1.0.39"
type-map = "0.5.0"

[dev-dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories.workspace = true


[build-dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"


[dependencies]
Expand Down
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.69"
anyhow = "1.0.70"
log = "0.4.17"
regex = "1.7.0"
semver = "1.0.17"
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.69"
anyhow = "1.0.70"
chrono = "0.4.24"
map-macro = "0.2.5"
octocrab = "0.18.1"
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.69"
anyhow = "1.0.70"
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.69"
anyhow = "1.0.70"
tempfile = "3.4.0"

[build-dependencies]
anyhow = "1.0.69"
anyhow = "1.0.70"
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.69"
anyhow = "1.0.70"
cargo_metadata = "0.15.3"
cmd_lib = "1.3.0"
env_logger = "0.10.0"
Expand Down

0 comments on commit d67a438

Please sign in to comment.