This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from GTP95/update_dependencies
Updated dependencies
- Loading branch information
Showing
10 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dioxus-ios-demo" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Jonathan Kelley <[email protected]>"] | ||
edition = "2018" | ||
|
||
|
@@ -13,9 +13,9 @@ path = "gen/bin/desktop.rs" | |
|
||
[dependencies] | ||
mobile-entry-point = "0.1.0" | ||
dioxus = { version = "0.3" } | ||
dioxus-mobile = { version = "0.3" } | ||
simple_logger = "1.11.0" | ||
dioxus = { version = "0.4.0" } | ||
dioxus-mobile = { version = "0.4.0" } | ||
simple_logger = "4.2.0" | ||
im-rc = "15.0.0" | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
[package] | ||
name = "weatherapp" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
chrono = { version = "0.4.26", features = ["serde"] } | ||
dioxus = "0.3" | ||
dioxus-web = "0.3" | ||
dioxus = "0.4.0" | ||
dioxus-web = "0.4.0" | ||
reqwest = { version = "0.11.18", features = ["json"] } | ||
serde = "1.0.171" | ||
serde_json = "1.0.102" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[package] | ||
name = "wifi-scanner" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
anyhow = "1.0.52" | ||
pretty_env_logger = "0.4.0" | ||
pretty_env_logger = "0.5.0" | ||
tokio = { version = "1.12.0", features = ["full"] } | ||
dioxus = { version = "0.3" } | ||
dioxus-desktop = { version = "0.3" } | ||
dioxus = { version = "0.4.0" } | ||
dioxus-desktop = { version = "0.4.0" } | ||
wifiscanner = "0.5.1" | ||
futures-channel = "0.3.19" | ||
futures = "0.3.19" |