Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leotaku committed Aug 1, 2024
1 parent f925c7d commit e2d06ff
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ doctest = false
path = "./src/lib.rs"

[dependencies]
bytes = "1.6.0"
bytes = "1.7.0"
http = "1.1.0"
http-body = "1.0.0"
http-body = "1.0.1"
pin-project-lite = "0.2.14"
tokio = { version = "1.38.0", features = ["sync", "rt"] }
tokio = { version = "1.38.1", features = ["sync", "rt"] }
tower = "0.4.13"
2 changes: 1 addition & 1 deletion examples/axum-dev-only/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ edition = "2021"

[dependencies]
axum = "0.7.5"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tower-livereload = { path = "../.." }
2 changes: 1 addition & 1 deletion examples/axum-file-watch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
axum = { version = "0.7.5", features = ["macros"] }
notify = "6.1.1"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5.2", features = ["fs"] }
tower-livereload = { path = "../.." }
2 changes: 1 addition & 1 deletion examples/axum-htmx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
axum = "0.7.5"
notify = "6.1.1"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.5.2", features = ["fs"] }
tower-livereload = { path = "../.." }
4 changes: 2 additions & 2 deletions examples/livehttpd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ version = "1.0.10-wip"

[dependencies]
axum = "0.7.5"
clap = { version = "4.5.7", features = ["derive"] }
clap = { version = "4.5.13", features = ["derive"] }
notify = "6.1.1"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tower = "0.4.13"
tower-http = { version = "0.5.2", features = ["fs", "set-header"] }
tower-livereload = { version = "0.9.4-wip", path = "../.." }
Expand Down

0 comments on commit e2d06ff

Please sign in to comment.