Skip to content

Commit

Permalink
Merge pull request #1972 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored Jul 31, 2023
2 parents 8dfb4ff + c3a63c1 commit 7b4a38a
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 46 deletions.
89 changes: 48 additions & 41 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ publish = false
anyhow = "1.0.72"
chrono = "0.4.26"
map-macro = "0.2.6"
octocrab = "0.28.0"
octocrab = "0.29.0"
semver = "1.0.18"
serde = "1.0.175"
serde_json = "1.0.103"
serde = "1.0.179"
serde_json = "1.0.104"
url = "2.4.0"

[dependencies.autolib]
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 @@ -13,7 +13,7 @@ env_logger = "0.10.0"
log = "0.4.19"
secstr = "0.5.0"
semver = "1.0.18"
serde_json = "1.0.103"
serde_json = "1.0.104"
thiserror = "1.0.44"

[dependencies.autolib]
Expand All @@ -29,5 +29,5 @@ features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.175"
version = "1.0.179"
features = ["derive"]

0 comments on commit 7b4a38a

Please sign in to comment.