Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leotaku committed Sep 29, 2024
1 parent 99ba422 commit 6af85f6
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ doctest = false
path = "./src/lib.rs"

[dependencies]
bytes = "1.7.1"
bytes = "1.7.2"
http = "1.1.0"
http-body = "1.0.1"
pin-project-lite = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion examples/axum-dev-only/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.7.5"
axum = "0.7.7"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower-livereload = { path = "../.." }
4 changes: 2 additions & 2 deletions examples/axum-file-watch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = { version = "0.7.5", features = ["macros"] }
axum = { version = "0.7.7", features = ["macros"] }
notify = "6.1.1"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5.2", features = ["fs"] }
tower-http = { version = "0.6.1", features = ["fs"] }
tower-livereload = { path = "../.." }
4 changes: 2 additions & 2 deletions examples/axum-htmx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.7.5"
axum = "0.7.7"
notify = "6.1.1"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5.2", features = ["fs"] }
tower-http = { version = "0.6.1", features = ["fs"] }
tower-livereload = { path = "../.." }
6 changes: 3 additions & 3 deletions examples/livehttpd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ repository = "https://github.com/leotaku/tower-livereload"
version = "1.0.11-wip"

[dependencies]
axum = "0.7.5"
clap = { version = "4.5.17", features = ["derive"] }
axum = "0.7.7"
clap = { version = "4.5.18", features = ["derive"] }
notify = "6.1.1"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower = "0.5.1"
tower-http = { version = "0.5.2", features = ["fs", "set-header"] }
tower-http = { version = "0.6.1", features = ["fs", "set-header"] }
tower-livereload = { version = "0.9.5-wip", path = "../.." }
tracing-subscriber = "0.3.18"
2 changes: 1 addition & 1 deletion examples/playwright/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"

[dependencies]
axum = { version = "0.7.5", features = ["macros"] }
axum = { version = "0.7.7", features = ["macros"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower-livereload = { path = "../.." }

0 comments on commit 6af85f6

Please sign in to comment.