Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 6d8c53f

Browse files
authored
Update to the latest reqwest fork (#224)
1 parent a531a4e commit 6d8c53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golem-templates/templates/rust/rust-app-common/Cargo.toml._

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ lto = true
88

99
[workspace.dependencies]
1010
golem-rust = { version = "1.5.1", features = ["export_load_snapshot", "export_save_snapshot", "export_oplog_processor"] }
11-
reqwest = { git = "https://github.com/zivergetech/reqwest", branch = "update-march-2025", features = ["json"] }
11+
reqwest = { git = "https://github.com/zivergetech/reqwest", branch = "update-april-2025", features = ["json"] }
1212
serde = { version = "1.0.0", features = ["derive"] }
1313
serde_json = "1.0"
1414
wit-bindgen-rt = { version = "0.40.0", features = ["bitflags"] }

0 commit comments

Comments
 (0)