Skip to content

Commit

Permalink
Merge branch 'main' into serde-1.0.137
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed May 3, 2022
2 parents cd2a2df + 8faac20 commit a76e0df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rocket_contrib = { version = "0.4.5", features = ["json"] }
rocket_i18n = "0.4.1"
scheduled-thread-pool = "0.2.2"
serde = "1.0"
serde_json = "1.0.79"
serde_json = "1.0.80"
shrinkwraprs = "0.3.0"
validator = { version = "0.14", features = ["derive"] }
webfinger = "0.4.1"
Expand Down
2 changes: 1 addition & 1 deletion plume-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rocket = "0.4.6"
reqwest = { version = "0.9", features = ["socks"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.79"
serde_json = "1.0.80"
shrinkwraprs = "0.3.0"
syntect = "4.5.0"
tokio = "0.1.22"
Expand Down
2 changes: 1 addition & 1 deletion plume-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ reqwest = "0.9"
scheduled-thread-pool = "0.2.2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.79"
serde_json = "1.0.80"
tantivy = "0.13.3"
url = "2.1"
walkdir = "2.2"
Expand Down

0 comments on commit a76e0df

Please sign in to comment.