Skip to content

Commit

Permalink
Merge pull request #320 from kellnr/devel
Browse files Browse the repository at this point in the history
Devel
  • Loading branch information
secana committed May 8, 2024
2 parents 6200990 + 0efceda commit c8cc241
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ storage = { path = "./crates/storage" }
anyhow = "1.0.82"
jsonwebtoken = "9.1.0"
reqwest = {version = "0.11.27", features = ["json", "blocking"]}
serde = {version = "1.0.199", features = ["derive"]}
serde = {version = "1.0.200", features = ["derive"]}
sysinfo = "0.30.5"
semver = "1.0.22"
regex = "1.10.4"
Expand All @@ -58,7 +58,7 @@ quote = "1.0.36"
syn = {version = "2.0.60", features = ["full"]}
trybuild = {version = "1.0.85", features = ["diff"]}
zip = "0.6.6"
flate2 = "1.0.29"
flate2 = "1.0.30"
tar = "0.4.40"
cargo = "0.77.0"
fs_extra = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.18.1",
"typescript": "~5.4.2",
"vite": "5.2.10",
"vite": "5.2.11",
"vue-tsc": "^2.0.4"
},
"overrides": {
Expand Down

0 comments on commit c8cc241

Please sign in to comment.