From 78464eeabcc0644a979d92882c3a170a698f18b1 Mon Sep 17 00:00:00 2001 From: Martin Robinson Date: Mon, 26 Jun 2023 14:37:10 +0200 Subject: Update uuid This is required to use the new version of gleam and update ipc-channels without duplicating the dependency in the future. --- components/net/tests/fetch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/net/tests') diff --git a/components/net/tests/fetch.rs b/components/net/tests/fetch.rs index 4c0149b8f1a..3b0f18f1950 100644 --- a/components/net/tests/fetch.rs +++ b/components/net/tests/fetch.rs @@ -198,7 +198,7 @@ fn test_fetch_blob() { true, "http://www.example.org".into(), ); - let url = ServoUrl::parse(&format!("blob:{}{}", origin.as_str(), id.to_simple())).unwrap(); + let url = ServoUrl::parse(&format!("blob:{}{}", origin.as_str(), id.simple())).unwrap(); let mut request = Request::new( url, -- cgit v1.2.3