Skip to content

Commit

Permalink
Merge pull request #1897 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored Jun 19, 2023
2 parents 3b25f43 + 03f6240 commit 9b6feb7
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 51 deletions.
88 changes: 43 additions & 45 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ keywords.workspace = true
categories.workspace = true

[dependencies]
chrono = "0.4.26"
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.32.2"
Expand Down
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.40"

[dependencies.clap]
version = "4.3.3"
version = "4.3.4"
features = ["derive"]
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ map-macro = "0.2.6"
octocrab = "0.25.1"
semver = "1.0.17"
serde = "1.0.164"
serde_json = "1.0.96"
serde_json = "1.0.97"
url = "2.4.0"

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

[dependencies.clap]
version = "4.3.3"
version = "4.3.4"
features = ["derive"]

[dependencies.tokio]
Expand Down
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.10.0"
log = "0.4.19"
secstr = "0.5.0"
semver = "1.0.17"
serde_json = "1.0.96"
serde_json = "1.0.97"
thiserror = "1.0.40"

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

[dependencies.clap]
version = "4.3.3"
version = "4.3.4"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 9b6feb7

Please sign in to comment.