Skip to content

Commit 0eb557b

Browse files
deps: Update reqwest requirement in /crates/tlsn-server
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.12.0...v0.13.2) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.13.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 84034db commit 0eb557b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/tlsn-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ serde_json = "1"
2323
axum = { version = "0.8", features = ["ws"] }
2424
tower-http = { version = "0.6", features = ["cors"] }
2525
uuid = { version = "1", features = ["v4"] }
26-
reqwest = { version = "0.12", features = ["json"] }
26+
reqwest = { version = "0.13", features = ["json"] }
2727
async-tungstenite = { version = "0.28", features = ["tokio-runtime"] }
2828
ws_stream_tungstenite = "0.14"
2929
hyper = { version = "1", features = ["http1", "server"] }

0 commit comments

Comments
 (0)