diff --git a/Cargo.lock b/Cargo.lock index f4e9f93..9c8592f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,7 +169,7 @@ name = "github-cicd-checker" version = "0.1.0" dependencies = [ "base64", - "gloo-net 0.6.0", + "gloo-net 0.7.0", "gloo-timers 0.4.0", "gloo-utils 0.3.0", "js-sys", @@ -289,20 +289,20 @@ dependencies = [ [[package]] name = "gloo-net" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" +checksum = "a6420f887c48417e9e86c6cf61274eb231830cccc100e49613f7952e269a1fe1" dependencies = [ "futures-channel", "futures-core", "futures-sink", - "gloo-utils 0.2.0", + "gloo-utils 0.3.0", "http 1.4.0", "js-sys", "pin-project", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.18", "wasm-bindgen", "wasm-bindgen-futures", "web-sys", diff --git a/Cargo.toml b/Cargo.toml index 74fff7b..914d865 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" yew = { version = "0.23", features = ["csr"] } wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" -gloo-net = { version = "0.6", features = ["http"] } +gloo-net = { version = "0.7", features = ["http"] } gloo-timers = "0.4" gloo-utils = "0.3" serde = { version = "1", features = ["derive"] }