Skip to content

Commit

Permalink
Merge pull request #1790 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored Apr 24, 2023
2 parents bc1175e + d635794 commit e8fae5e
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 58 deletions.
108 changes: 57 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/fj-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fj-viewer.workspace = true
fj-window.workspace = true

[dependencies.clap]
version = "4.2.2"
version = "4.2.4"
features = ["derive", "string"]

[dependencies.figment]
Expand All @@ -35,5 +35,5 @@ version = "1.0.159"
features = ["derive"]

[dependencies.tracing-subscriber]
version = "0.3.16"
version = "0.3.17"
features = ["env-filter", "fmt"]
2 changes: 1 addition & 1 deletion crates/fj-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ iter_fixed = "0.3.1"
itertools = "0.10.5"
parking_lot = "0.12.0"
robust = "1.0.0"
spade = "2.1.0"
spade = "2.2.0"
thiserror = "1.0.40"
type-map = "0.5.0"

Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.70"
log = "0.4.17"
regex = "1.7.3"
regex = "1.8.1"
semver = "1.0.17"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
[dependencies]
anyhow = "1.0.70"
chrono = "0.4.24"
map-macro = "0.2.5"
map-macro = "0.2.6"
octocrab = "0.20.0"
semver = "1.0.17"
serde = "1.0.159"
Expand All @@ -18,7 +18,7 @@ url = "2.3.0"
path = "../autolib"

[dependencies.clap]
version = "4.2.2"
version = "4.2.4"
features = ["derive"]

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "0.11.16"
features = ["blocking"]

[dependencies.clap]
version = "4.2.2"
version = "4.2.4"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit e8fae5e

Please sign in to comment.