diff --git a/Cargo.toml b/Cargo.toml index d06b0945..11cc0cf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ serde_urlencoded = "0.7" thiserror = "1.0" # router -path-tree = "0.7.1" +path-tree = "0.7.2" # http headers = "0.3.8" diff --git a/examples/forms/multipart/Cargo.toml b/examples/forms/multipart/Cargo.toml index 6f83a51f..9e8b1fe5 100644 --- a/examples/forms/multipart/Cargo.toml +++ b/examples/forms/multipart/Cargo.toml @@ -15,4 +15,4 @@ tokio = { workspace = true, features = [ "rt-multi-thread", ] } -tempfile = "3.5" +tempfile = "3.7" diff --git a/examples/session/Cargo.toml b/examples/session/Cargo.toml index 2d759936..bd39598c 100644 --- a/examples/session/Cargo.toml +++ b/examples/session/Cargo.toml @@ -9,5 +9,5 @@ viz = { workspace = true, features = ["session"] } tokio = { workspace = true, features = ["rt-multi-thread", "macros"] } -sessions = { version = "0.4.0", features = ["memory"] } +sessions = { version = "0.5.0", features = ["memory"] } nano-id = "0.3"