mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Update uuid
This is required to use the new version of gleam and update ipc-channels without duplicating the dependency in the future.
This commit is contained in:
parent
edeed11cef
commit
78464eeabc
8 changed files with 34 additions and 25 deletions
|
@ -1683,7 +1683,7 @@ async fn http_network_fetch(
|
|||
let request_id = context
|
||||
.devtools_chan
|
||||
.as_ref()
|
||||
.map(|_| uuid::Uuid::new_v4().to_simple().to_string());
|
||||
.map(|_| uuid::Uuid::new_v4().simple().to_string());
|
||||
|
||||
if log_enabled!(log::Level::Info) {
|
||||
info!("{:?} request for {}", request.method, url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue