summaryrefslogtreecommitdiff
path: root/examples/ureq-examples/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ureq-examples/Cargo.toml')
-rw-r--r--examples/ureq-examples/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ureq-examples/Cargo.toml b/examples/ureq-examples/Cargo.toml
index 7603fc028..20ea57661 100644
--- a/examples/ureq-examples/Cargo.toml
+++ b/examples/ureq-examples/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow = "1.0.75"
-arti-ureq = { path = "../../crates/arti-ureq", version = "0.36" }
+arti-ureq = { path = "../../crates/arti-ureq", version = "0.37" }
[features]
full = ["arti-ureq/full"]