Skip to content

Commit

Permalink
Merge pull request #2311 from hannobraun/dependabot/cargo/cargo-0cf1f…
Browse files Browse the repository at this point in the history
…9dc6f

Bump the cargo group with 2 updates
  • Loading branch information
hannobraun authored Apr 8, 2024
2 parents 1f2ee71 + 4eabe18 commit cdaee31
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 59 deletions.
105 changes: 48 additions & 57 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 @@ -39,5 +39,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.12"
version = "0.2.14"
features = ["js"]
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "1.0.58"
path = "../autolib"

[dependencies.reqwest]
version = "0.12.2"
version = "0.12.3"
features = ["blocking"]

[dependencies.clap]
Expand Down

0 comments on commit cdaee31

Please sign in to comment.