diff --git a/Cargo.lock b/Cargo.lock index 3b7f703..432fed1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,9 +897,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.26" +version = "0.11.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78bf93c4af7a8bb7d879d51cebe797356ff10ae8516ace542b5182d9dcac10b2" +checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" dependencies = [ "base64", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 81eaec1..0fe3c99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ email_address = "0.2.4" fern = { git = "https://github.com/KisaragiEffective/fern", branch = "kisaragieffective", version = "0.6.2-kisaragi-5", features = ["min_colored"] } log = "0.4.21" once_cell = "1.19.0" -reqwest = { version = "0.11.26", default-features = false, features = ["json"] } +reqwest = { version = "0.11.27", default-features = false, features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" strum = { version = "0.26.2", features = ["derive"] }