Skip to content

Commit

Permalink
Merge pull request 'Update crates' (Plume-org#1107) from update-crate…
Browse files Browse the repository at this point in the history
  • Loading branch information
KitaitiMakoto committed Jun 16, 2022
2 parents 9613ccd + 0eef7c0 commit 620726c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 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 plume-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ base64 = "0.13"
hex = "0.4"
openssl = "0.10.40"
rocket = "0.4.11"
reqwest = { version = "0.11.10", features = ["blocking", "json", "socks"] }
reqwest = { version = "0.11.11", features = ["blocking", "json", "socks"] }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0.81"
Expand Down
2 changes: 1 addition & 1 deletion plume-front/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_derive = "1.0.123"
console_error_panic_hook = "0.1.6"

[dependencies.web-sys]
version = "0.3.57"
version = "0.3.58"
features = [
'console',
'ClipboardEvent',
Expand Down
2 changes: 1 addition & 1 deletion plume-models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ migrations_internals= "1.4.0"
openssl = "0.10.40"
rocket = "0.4.11"
rocket_i18n = "0.4.1"
reqwest = "0.11.10"
reqwest = "0.11.11"
scheduled-thread-pool = "0.2.6"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 620726c

Please sign in to comment.