Skip to content

Commit

Permalink
Merge branch 'TeamHarTex:nightly' into nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
HTGAzureX1212 authored Aug 17, 2023
2 parents e1e87db + d15cbf2 commit 54eebda
Show file tree
Hide file tree
Showing 18 changed files with 63 additions and 283 deletions.
4 changes: 2 additions & 2 deletions bors/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 bors/hartex-bors-commands/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }

itertools = "0.11.0"
miette = "5.10.0"
tokio = { version = "1.31.0", features = ["time"] }
tokio = { version = "1.32.0", features = ["time"] }

[features]
2 changes: 1 addition & 1 deletion bors/hartex-bors-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ rust-version = "1.73.0"
miette = "5.10.0"
octocrab = { git = "https://github.com/TeamHarTex/octocrab.git" }
sea-orm = { version = "0.12.2", features = ["sqlx-sqlite", "runtime-tokio-native-tls", "macros"] }
tokio = { version = "1.31.0", features = ["sync"] }
tokio = { version = "1.32.0", features = ["sync"] }

[features]
2 changes: 1 addition & 1 deletion bors/hartex-bors-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ octocrab = { git = "https://github.com/TeamHarTex/octocrab.git" }
reqwest-eventsource = { git = "https://github.com/TeamHarTex/reqwest-eventsource.git" }
serde_json = "1.0.105"
state = "0.6.0"
tokio = { version = "1.31.0", features = ["rt-multi-thread", "sync"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread", "sync"] }

[features]
2 changes: 1 addition & 1 deletion bors/hartex-bors-github/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ octocrab = { git = "https://github.com/TeamHarTex/octocrab.git" }
secrecy = "0.8.0"
serde = { version = "1.0.183", features = ["derive"] }
serde_json = "1.0.105"
tokio = { version = "1.31.0", features = ["sync"] }
tokio = { version = "1.32.0", features = ["sync"] }

[features]
2 changes: 1 addition & 1 deletion bors/hartex-bors-permissions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ hartex_log = { path = "../../rust-utilities/hartex-log" }
hyper = { version = "0.14.27", features = ["client", "http2"] }
miette = "5.10.0"
serde_json = "1.0.105"
tokio = { version = "1.31.0", features = ["sync"] }
tokio = { version = "1.32.0", features = ["sync"] }

[features]
54 changes: 27 additions & 27 deletions discord-frontend/Cargo.lock

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

4 changes: 2 additions & 2 deletions discord-frontend/hartex-discord-commands-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ rust-version = "1.73.0"

[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.32"
syn = { version = "2.0.28", features = ["extra-traits", "full"] }
quote = "1.0.33"
syn = { version = "2.0.29", features = ["extra-traits", "full"] }

[features]

Expand Down
2 changes: 1 addition & 1 deletion discord-frontend/hartex-discord-commands-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ hartex_discord_commands_macros = { path = "../hartex-discord-commands-macros" }

macrotest = { git = "https://github.com/TeamHarTex/macrotest.git", branch = "master" }
rustversion = "1.0.14"
trybuild = "1.0.82"
trybuild = "1.0.83"
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 @@ -15,7 +15,7 @@ dotenvy = { version = "0.15.7", optional = true }
num_enum = "0.7.0"
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 }
tokio = { version = "1.32.0", optional = true }
twilight-gateway = { git = "https://github.com/TeamHarTex/twilight.git", branch = "next", optional = true }
twilight-http = { git = "https://github.com/TeamHarTex/twilight.git", branch = "next", optional = true }
twilight-mention = { git = "https://github.com/TeamHarTex/twilight.git", branch = "next", optional = true }
Expand Down
4 changes: 2 additions & 2 deletions discord-frontend/hartex-discord-entitycache-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ rust-version = "1.73.0"

[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.32"
syn = { version = "2.0.28", features = ["extra-traits", "full"] }
quote = "1.0.33"
syn = { version = "2.0.29", features = ["extra-traits", "full"] }

[features]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ hartex_discord_entitycache_macros = { path = "../hartex-discord-entitycache-macr

macrotest = { git = "https://github.com/TeamHarTex/macrotest.git", branch = "master" }
rustversion = "1.0.14"
trybuild = "1.0.82"
trybuild = "1.0.83"
22 changes: 11 additions & 11 deletions localization/Cargo.lock

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

4 changes: 2 additions & 2 deletions localization/hartex-localization-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ rust-version = "1.73.0"

[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.32"
syn = "2.0.28"
quote = "1.0.33"
syn = "2.0.29"

[lib]
name = "hartex_localization_macros"
Expand Down
Loading

0 comments on commit 54eebda

Please sign in to comment.