Skip to content

Commit

Permalink
cargo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed May 8, 2024
1 parent 3e5ad64 commit 7722cba
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 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.

8 changes: 4 additions & 4 deletions sh-frontend/Cargo.lock

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

2 changes: 1 addition & 1 deletion sh-frontend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ categories = ["aerospace"]
gloo-utils = "0.2.0"
leaflet = "0.4.0"
log = "0.4.21"
serde = "1.0.200"
serde = "1.0.201"
reqwest = { version = "0.12.4", features = ["json"] }
yew = { version = "0.21.0", features = ["csr"] }
yew-router = "0.18.0"
Expand Down
4 changes: 2 additions & 2 deletions src/bin/sh-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ keywords.workspace = true
tauri-build = { version = "1.5.2", features = [] }

[dependencies]
serde_json = "1.0.116"
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.117"
serde = { version = "1.0.201", features = ["derive"] }
sdrehub = { path = "../../libraries/sdrehub" }
sh-config = { path = "../../libraries/sh-config" }
tauri = { version = "1.6.3", features = ["api-all"] }
Expand Down
2 changes: 1 addition & 1 deletion src/libraries/sh-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ keywords.workspace = true
figment = { version = "0.10.18", features = ["toml", "env"] }
sdre-rust-logging = "0.3.1"
log = "0.4.21"
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.201", features = ["derive"] }
serde-inline-default = "0.2.0"
toml = "0.8.12"
void = "1.0.2"
Expand Down

0 comments on commit 7722cba

Please sign in to comment.