Skip to content

Commit

Permalink
Merge pull request #1858 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored Jun 5, 2023
2 parents 25881a5 + f1150fa commit 1e26c9b
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 48 deletions.
83 changes: 42 additions & 41 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-viewer/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]
chrono = "0.4.25"
chrono = "0.4.26"
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.32.2"
Expand Down
2 changes: 1 addition & 1 deletion models/cuboid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = "1.0.71"
itertools = "0.10.5"

[dependencies.clap]
version = "4.3.0"
version = "4.3.1"
features = ["derive"]

[dependencies.fj]
Expand Down
8 changes: 4 additions & 4 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ publish = false

[dependencies]
anyhow = "1.0.71"
chrono = "0.4.25"
chrono = "0.4.26"
map-macro = "0.2.6"
octocrab = "0.23.0"
octocrab = "0.25.0"
semver = "1.0.17"
serde = "1.0.163"
serde_json = "1.0.96"
url = "2.3.0"
url = "2.4.0"

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

[dependencies.clap]
version = "4.3.0"
version = "4.3.1"
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.18"
features = ["blocking"]

[dependencies.clap]
version = "4.3.0"
version = "4.3.1"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 1e26c9b

Please sign in to comment.