Compare commits

...

2 Commits

Author SHA1 Message Date
3ee3f0119b Update dependency @fluentui/react-icons to ^2.0.297
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-13 00:30:19 +00:00
b18f18a986 Update Rust crate clap to 4.5.36
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-04-12 00:30:50 +00:00
4 changed files with 10 additions and 10 deletions

View File

@ -545,9 +545,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.35" version = "4.5.36"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944" checksum = "2df961d8c8a0d08aa9945718ccf584145eee3f3aa06cddbeac12933781102e04"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -555,9 +555,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.35" version = "4.5.36"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9" checksum = "132dbda40fb6753878316a489d5a1242a8ef2f0d9e47ba01c951ea8aa7d013a5"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",

View File

@ -8,7 +8,7 @@ edition = "2024"
[dependencies] [dependencies]
log = "0.4.27" log = "0.4.27"
env_logger = "0.11.8" env_logger = "0.11.8"
clap = { version = "4.5.35", features = ["derive", "env"] } clap = { version = "4.5.36", features = ["derive", "env"] }
serde = { version = "1.0.219", features = ["derive"] } serde = { version = "1.0.219", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] } light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.3.0" basic-jwt = "0.3.0"

View File

@ -9,7 +9,7 @@
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@fluentui/react-components": "^9.61.6", "@fluentui/react-components": "^9.61.6",
"@fluentui/react-icons": "^2.0.294", "@fluentui/react-icons": "^2.0.297",
"filesize": "^10.1.6", "filesize": "^10.1.6",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"
@ -1461,9 +1461,9 @@
} }
}, },
"node_modules/@fluentui/react-icons": { "node_modules/@fluentui/react-icons": {
"version": "2.0.294", "version": "2.0.297",
"resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.294.tgz", "resolved": "https://registry.npmjs.org/@fluentui/react-icons/-/react-icons-2.0.297.tgz",
"integrity": "sha512-BoR+wqa+HEn8bB8L+gN/BnxR2LaR2ri6MSRb8W/s9mxy5deodnHalQ1P66vBWlJyaozNcxNHR4COKb4RJvpmeA==", "integrity": "sha512-nMAZqWDHKzlVgs9OaeE7FNp+RHHskC3NaKftyIQmnFhPb34YEuNGABsi00dDpwxT5H4ZedmeqqCnWz+XSz0G0A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@griffel/react": "^1.0.0", "@griffel/react": "^1.0.0",

View File

@ -11,7 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@fluentui/react-components": "^9.61.6", "@fluentui/react-components": "^9.61.6",
"@fluentui/react-icons": "^2.0.294", "@fluentui/react-icons": "^2.0.297",
"filesize": "^10.1.6", "filesize": "^10.1.6",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1" "react-dom": "^18.3.1"