chore(deps): Update objc2 to 0.6 (#2469)

This commit is contained in:
Fabian-Lars
2025-02-27 15:24:18 +01:00
committed by GitHub
parent 71f95c9f05
commit 1a9846599b
8 changed files with 31 additions and 26 deletions
+4 -1
View File
@@ -4,7 +4,7 @@
use std::{
collections::HashMap,
ffi::{OsStr, OsString},
ffi::OsString,
io::Cursor,
path::{Path, PathBuf},
str::FromStr,
@@ -12,6 +12,9 @@ use std::{
time::Duration,
};
#[cfg(not(target_os = "macos"))]
use std::ffi::OsStr;
use base64::Engine;
use futures_util::StreamExt;
use http::HeaderName;