diff --git a/Cargo.lock b/Cargo.lock index 4b800a0..49809d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2657,9 +2657,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" [[package]] name = "reqwest" -version = "0.11.16" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64 0.21.0", "bytes", diff --git a/rikctl/Cargo.toml b/rikctl/Cargo.toml index 20e77f9..f05367d 100644 --- a/rikctl/Cargo.toml +++ b/rikctl/Cargo.toml @@ -13,7 +13,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.96" serde_yaml = "0.9.21" clap = { version = "4.0.18", features = ["derive"] } -reqwest = "0.11.14" +reqwest = "0.11.18" prettytable-rs = "0.10.0" anyhow = "1.0.71" dirs = "5.0.0"