Skip to content

Commit

Permalink
chore(deps): path-tree v0.7.2, tempfile v3.7, sessions v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jul 26, 2023
1 parent a38bb72 commit 0327adf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion examples/forms/multipart/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ tokio = { workspace = true, features = [
"rt-multi-thread",
] }

tempfile = "3.5"
tempfile = "3.7"
2 changes: 1 addition & 1 deletion examples/session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0327adf

Please sign in to comment.