Skip to content

Commit

Permalink
Merge pull request #1880 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored Jun 12, 2023
2 parents d39588a + c558ad7 commit 90945e3
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 68 deletions.
108 changes: 50 additions & 58 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 @@ -36,5 +36,5 @@ features = ["webgl"]
# We don't depend on `getrandom` directly, but we need this to enable the `js`
# feature when cross-compiling to WASM. Otherwise, `getrandom` will not build.
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2.9"
version = "0.2.10"
features = ["js"]
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.1"
version = "4.3.3"
features = ["derive"]
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
anyhow = "1.0.71"
log = "0.4.18"
log = "0.4.19"
regex = "1.8.3"
semver = "1.0.17"
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ publish = false
anyhow = "1.0.71"
chrono = "0.4.26"
map-macro = "0.2.6"
octocrab = "0.25.0"
octocrab = "0.25.1"
semver = "1.0.17"
serde = "1.0.163"
serde = "1.0.164"
serde_json = "1.0.96"
url = "2.4.0"

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

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

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.71"
tempfile = "3.5.0"
tempfile = "3.6.0"

[build-dependencies]
anyhow = "1.0.71"
6 changes: 3 additions & 3 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.71"
cargo_metadata = "0.15.4"
cmd_lib = "1.3.0"
env_logger = "0.10.0"
log = "0.4.18"
log = "0.4.19"
secstr = "0.5.0"
semver = "1.0.17"
serde_json = "1.0.96"
Expand All @@ -24,10 +24,10 @@ version = "0.11.18"
features = ["blocking"]

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

[dependencies.serde]
version = "1.0.163"
version = "1.0.164"
features = ["derive"]

0 comments on commit 90945e3

Please sign in to comment.