Skip to content

Commit

Permalink
chore(examples): markup 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Nov 27, 2023
1 parent e81e0b6 commit 4cbdade
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ thiserror = "1.0"
path-tree = "0.7"

# http
# TODO: wait headers-v1.0
headers = "0.4"
http = "1"
http-body = "1"
Expand Down
2 changes: 1 addition & 1 deletion examples/templates/markup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ viz.workspace = true

tokio = { workspace = true, features = [ "rt-multi-thread", "macros" ] }

markup = "0.14"
markup = "0.15"
v_htmlescape = "0.15"
2 changes: 1 addition & 1 deletion viz-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ viz.workspace = true
sessions = { version = "0.5", features = ["memory"] }
nano-id = "0.3"

http = "0.2"
http = "=0.2"
reqwest = { version = "0.11", features = ["cookies", "json", "multipart"]}
tokio = { workspace = true, features = ["full"] }

0 comments on commit 4cbdade

Please sign in to comment.