Skip to content

Commit

Permalink
Merge pull request #1821 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored May 8, 2023
2 parents 7a5b34a + 818eb74 commit def53da
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 48 deletions.
78 changes: 39 additions & 39 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,15 +23,15 @@ fj-viewer.workspace = true
fj-window.workspace = true

[dependencies.clap]
version = "4.2.5"
version = "4.2.7"
features = ["derive", "string"]

[dependencies.figment]
version = "0.10.8"
features = ["env", "toml"]

[dependencies.serde]
version = "1.0.159"
version = "1.0.162"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proc-macro2 = "1.0.56"
quote = "1.0.23"

[dependencies.serde]
version = "1.0.159"
version = "1.0.162"
optional = true

[dependencies.syn]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crossbeam-channel = "0.5.8"
futures = "0.3.28"
thiserror = "1.0.40"
tracing = "0.1.37"
winit = "0.28.3"
winit = "0.28.5"

[dependencies.egui-winit]
version = "0.21.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fj-proc.workspace = true
backtrace = "0.3.67"

[dependencies.serde]
version = "1.0.159"
version = "1.0.162"
features = ["derive"]
optional = true

Expand Down
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ chrono = "0.4.24"
map-macro = "0.2.6"
octocrab = "0.21.0"
semver = "1.0.17"
serde = "1.0.159"
serde = "1.0.162"
serde_json = "1.0.96"
url = "2.3.0"

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

[dependencies.clap]
version = "4.2.5"
version = "4.2.7"
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 @@ -24,10 +24,10 @@ version = "0.11.17"
features = ["blocking"]

[dependencies.clap]
version = "4.2.5"
version = "4.2.7"
features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.159"
version = "1.0.162"
features = ["derive"]

0 comments on commit def53da

Please sign in to comment.