-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update rust libraries * chore: update npm libraries * chore: update wasm libraries
- Loading branch information
1 parent
d40831a
commit 8d52279
Showing
8 changed files
with
492 additions
and
577 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -10,21 +10,21 @@ name = "crate_trends_api" | |
version = "1.0.0" | ||
authors = ["Keita Nonaka <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.71" | ||
rust-version = "1.81" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
anyhow = "1" | ||
axum = { version = "0.7.5", features = ["http2"] } | ||
axum = { version = "0.7.6", features = ["http2"] } | ||
crates_io_api = "0.11" | ||
http-body-util = "0.1.2" | ||
serde_json = "1" | ||
tokio = { version = "1.39.3", features = ["full"] } | ||
tower = { version = "0.5.0", features = [ | ||
tokio = { version = "1.40.0", features = ["full"] } | ||
tower = { version = "0.5.1", features = [ | ||
"util", # `util` feature for unit test (oneshot func etc) | ||
] } | ||
tower-http = { version = "0.5.2", features = ["cors", "trace"] } | ||
tower-http = { version = "0.6.1", features = ["cors", "trace"] } | ||
tracing = "0.1" | ||
tracing-subscriber = { version = "0.3", features = ["env-filter"] } | ||
|
||
|
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,3 +1,3 @@ | ||
[toolchain] | ||
profile = "default" | ||
channel = "1.74.0" | ||
channel = "1.81.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
Oops, something went wrong.