Skip to content

Commit

Permalink
Update Rust crate attohttpc to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent e9b58a2 commit e360ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gouth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "./../README.md"
gcemeta = { version = "0.1" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0" }
attohttpc = { version = "0.17", default-features = false, features = ["compress", "tls-rustls", "form"] }
attohttpc = { version = "0.28.0", default-features = false, features = ["compress", "tls-rustls", "form"] }
url = { version = "2.2" }
jsonwebtoken = { version = "7" }
tonic = { version = "0.4", default-features = false, optional = true }
Expand Down

0 comments on commit e360ae9

Please sign in to comment.