Skip to content

Commit

Permalink
More minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcornu committed Nov 4, 2024
1 parent 4887d8c commit 594d24c
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
50 changes: 25 additions & 25 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 weather-dev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ reqwest = { version = "0.12.9", default-features = false, features = [
"rustls-tls-native-roots",
"json",
] }
tokio = { version = "1.34.0", default-features = false, features = [
tokio = { version = "1.41.0", default-features = false, features = [
"macros",
"rt-multi-thread",
"fs",
] }
scraper = "0.21.0"
clap = { version = "4.5.6", features = ["derive", "env"] }
clap = { version = "4.5.20", features = ["derive", "env"] }
serde_json = "1.0.117"
serde = { version = "1.0.203", features = ["derive"] }
2 changes: 1 addition & 1 deletion weather-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ nom = "7.1.3"
quick-xml = { version = "0.37.0", features = ["serialize"] }
schemars = { version = "0.8.21", features = ["chrono"] }
scraper = "0.21.0"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.214", features = ["derive"] }

[dev-dependencies]
insta = "1.39.0"
2 changes: 1 addition & 1 deletion weather-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ color-eyre = "0.6.3"
dropshot = "0.12.0"
http = "1.1.0"
hyper = "1.5.0"
rust-embed = "8.4.0"
rust-embed = "8.5.0"
schemars = "0.8.16"
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde_json = "1.0.117"
Expand Down
2 changes: 1 addition & 1 deletion weather-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http = "1.1.0"
http-cache-semantics = { version = "2.1.0", default-features = false, features = [
"reqwest",
] }
moka = { version = "0.12.7", features = ["future"] }
moka = { version = "0.12.8", features = ["future"] }
nom = "7.1.3"
reqwest = { version = "0.12.9", default-features = false, features = [
"rustls-tls-native-roots",
Expand Down

0 comments on commit 594d24c

Please sign in to comment.