Skip to content

Commit

Permalink
chore: update libraries (#116)
Browse files Browse the repository at this point in the history
* chore: update rust libraries

* chore: update npm libraries

* chore: update wasm libraries
  • Loading branch information
Gumichocopengin8 authored Sep 25, 2024
1 parent d40831a commit 8d52279
Show file tree
Hide file tree
Showing 8 changed files with 492 additions and 577 deletions.
176 changes: 70 additions & 106 deletions api/Cargo.lock

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion api/rust-toolchain.toml
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"
2 changes: 1 addition & 1 deletion web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
Loading

0 comments on commit 8d52279

Please sign in to comment.