Skip to content

Commit

Permalink
Merge pull request #1330 from TeamHarTex/renovate/num_enum_derive-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate num_enum_derive to 0.7.0
  • Loading branch information
HTGAzureX1212 authored Aug 13, 2023
2 parents 61fefcf + 1fcc4ef commit f556020
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions discord-frontend/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 discord-frontend/hartex-discord-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rust-version = "1.73.0"
[dependencies]
dotenvy = { version = "0.15.7", optional = true }
num_enum = "0.7.0"
num_enum_derive = "0.6.1"
num_enum_derive = "0.7.0"
socket2 = { git = "https://github.com/rust-lang/socket2.git", branch = "v0.4.x" }
tokio = { version = "1.31.0", optional = true }
twilight-gateway = { git = "https://github.com/TeamHarTex/twilight.git", branch = "next", optional = true }
Expand Down

0 comments on commit f556020

Please sign in to comment.