Skip to content

Commit

Permalink
build(deps): update axum requirement from 0.6.2 to 0.7.9
Browse files Browse the repository at this point in the history
Updates the requirements on [axum](https://github.com/tokio-rs/axum) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.6.2...axum-v0.7.9)

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent b6964de commit 2a08196
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bot_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license-file = "./LICENCE"

[dependencies]
async-process = "2.0.0"
axum = { version = "0.6.2" }
axum = { version = "0.7.9" }
common = { path = "../common" }
clap = {version="4.3.0", features = ["cargo"]}
md5 = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
anyhow = "^1.0.68"
async-process = "2.0.0"
async-trait = "0.1.58"
axum = { version = "0.6.2" }
axum = { version = "0.7.9" }
bytes = "1.3.0"
config = { git = "https://github.com/mehcode/config-rs.git", default-features=false, features=["toml", "async", "json"] }
netstat2 = { git = "https://github.com/danielvschoor/netstat2-rs.git" }
Expand Down
2 changes: 1 addition & 1 deletion k8s_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "^1.0.68"
axum = { version = "0.6.2" }
axum = { version = "0.7.9" }
chrono = "0.4"
common = { path="../common" }
config = { git = "https://github.com/mehcode/config-rs.git", default-features=false, features=["toml"] }
Expand Down
2 changes: 1 addition & 1 deletion proxy_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
async-trait = "0.1.58"
axum = { version = "0.6.2", features = ["ws"] }
axum = { version = "0.7.9", features = ["ws"] }
bytes = "1.3.0"
common = { path="../common" }
config = { git = "https://github.com/mehcode/config-rs.git" , default-features=false, features=["toml"]}
Expand Down
2 changes: 1 addition & 1 deletion sc2_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
async-process = "2.0.0"
axum = { version = "0.6.2" }
axum = { version = "0.7.9" }
common = { path="../common" }
clap = {version="4.3.0", features = ["cargo"]}
reqwest = { version = "0.11.12", default-features = false, features = ["json", "rustls-tls"] }
Expand Down

0 comments on commit 2a08196

Please sign in to comment.