Skip to content

Commit

Permalink
Merge pull request #2018 from hannobraun/dependabot/cargo/cargo-7fc1a…
Browse files Browse the repository at this point in the history
…c7c57

Bump the cargo group with 3 updates
  • Loading branch information
hannobraun authored Sep 11, 2023
2 parents 2fa28f9 + f73a96f commit c5e08f4
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 67 deletions.
108 changes: 45 additions & 63 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 @@ -20,7 +20,7 @@ thiserror = "1.0.48"
tracing = "0.1.37"

[dependencies.bytemuck]
version = "1.13.1"
version = "1.14.0"
features = ["derive"]

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

[dependencies]
anyhow = "1.0.75"
chrono = "0.4.28"
chrono = "0.4.30"
map-macro = "0.2.6"
octocrab = "0.30.1"
semver = "1.0.18"
serde = "1.0.188"
serde_json = "1.0.105"
serde_json = "1.0.106"
url = "2.4.1"

[dependencies.autolib]
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 @@ -13,7 +13,7 @@ env_logger = "0.10.0"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.18"
serde_json = "1.0.105"
serde_json = "1.0.106"
thiserror = "1.0.48"

[dependencies.autolib]
Expand Down

0 comments on commit c5e08f4

Please sign in to comment.