Skip to content

Commit

Permalink
Merge pull request #1948 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored Jul 17, 2023
2 parents 2d4f5a3 + 73e3630 commit 3745941
Show file tree
Hide file tree
Showing 8 changed files with 86 additions and 86 deletions.
140 changes: 70 additions & 70 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.0"
anyhow = "1.0.71"
anyhow = "1.0.72"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ fj-window.workspace = true
thiserror = "1.0.43"

[dependencies.clap]
version = "4.3.11"
version = "4.3.12"
features = ["derive"]
4 changes: 2 additions & 2 deletions 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.71"
anyhow = "1.0.72"
log = "0.4.19"
regex = "1.9.1"
semver = "1.0.17"
semver = "1.0.18"
10 changes: 5 additions & 5 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
chrono = "0.4.26"
map-macro = "0.2.6"
octocrab = "0.25.1"
semver = "1.0.17"
octocrab = "0.26.0"
semver = "1.0.18"
serde = "1.0.171"
serde_json = "1.0.100"
serde_json = "1.0.103"
url = "2.4.0"

[dependencies.autolib]
path = "../autolib"

[dependencies.clap]
version = "4.3.11"
version = "4.3.12"
features = ["derive"]

[dependencies.tokio]
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.71"
anyhow = "1.0.72"
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.71"
anyhow = "1.0.72"
tempfile = "3.6.0"

[build-dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
8 changes: 4 additions & 4 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ publish = false


[dependencies]
anyhow = "1.0.71"
anyhow = "1.0.72"
cargo_metadata = "0.15.4"
cmd_lib = "1.3.0"
env_logger = "0.10.0"
log = "0.4.19"
secstr = "0.5.0"
semver = "1.0.17"
serde_json = "1.0.100"
semver = "1.0.18"
serde_json = "1.0.103"
thiserror = "1.0.43"

[dependencies.autolib]
Expand All @@ -24,7 +24,7 @@ version = "0.11.18"
features = ["blocking"]

[dependencies.clap]
version = "4.3.11"
version = "4.3.12"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 3745941

Please sign in to comment.