Skip to content

Commit

Permalink
Update http requirement from 0.2.8 to 1.0.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent e51785a commit c038094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion const-str-proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ proc_macro = true
syn = "2.0.2"
quote = "1.0.21"
regex = { version = "1.7.0", optional = true }
http = { version = "0.2.8", optional = true }
http = { version = "1.0.0", optional = true }
proc-macro2 = "1.0.47"
heck = { version = "0.4.0", features = ["unicode"], optional = true }
2 changes: 1 addition & 1 deletion const-str/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ optional = true

[dev-dependencies]
regex = "1.7.0"
http = "0.2.8"
http = "1.0.0"
heck = { version = "0.4.0", features = ["unicode"] }

0 comments on commit c038094

Please sign in to comment.