Skip to content

Commit

Permalink
Update dependency versions for coverage attribute updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Sep 16, 2023
1 parent dd934d6 commit 51200b9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,40 +104,40 @@ peace_item_tar_x = { path = "items/tar_x", version = "0.0.11" }
# This does not include examples' dependencies, because we want it to be easy for
# developers to see the dependencies to create an automation tool.
async-trait = "0.1.73"
base64 = "0.21.3"
bytes = "1.4.0"
base64 = "0.21.4"
bytes = "1.5.0"
cfg-if = "1.0.0"
chrono = { version = "0.4.28", default-features = false, features = ["clock", "serde"] }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde"] }
console = "0.15.7"
derivative = "2.2.0"
diff-struct = "0.5.3"
downcast-rs = "1.2.0"
dyn-clone = "1.0.13"
enser = "0.1.4"
erased-serde = "0.3.31"
fn_graph = { version = "0.8.4", features = ["resman"] }
fn_graph = { version = "0.8.5", features = ["resman"] }
futures = "0.3.28"
heck = "0.4.1"
indexmap = "2.0.0"
indicatif = "0.17.6"
miette = "5.10.0"
pretty_assertions = "1.4.0"
proc-macro2 = "1.0.66"
proc-macro2 = "1.0.67"
quote = "1.0.33"
reqwest = "0.11.20"
resman = "0.16.1"
serde = "1.0.188"
serde-wasm-bindgen = "0.5.0"
serde_json = "1.0.105"
serde-wasm-bindgen = "0.6.0"
serde_json = "1.0.107"
serde_yaml = "0.9.25"
syn = "2.0.29"
syn = "2.0.35"
tar = "0.4.40"
tempfile = "3.8.0"
thiserror = "1.0.47"
thiserror = "1.0.48"
tokio = "1.32.0"
tokio-util = "0.7.8"
tynm = "0.1.8"
type_reg = { version = "0.6.0", features = ["debug", "untagged", "ordered"] }
type_reg = { version = "0.6.1", features = ["debug", "untagged", "ordered"] }
url = "2.4.1"
wasm-bindgen = "0.2.87"
web-sys = "0.3.64"
6 changes: 3 additions & 3 deletions examples/download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
peace = { path = "../..", default-features = false }
peace_items = { path = "../../items", features = ["file_download"] }
thiserror = "1.0.47"
thiserror = "1.0.48"
url = { version = "2.4.1", features = ["serde"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
clap = { version = "4.4.2", features = ["derive"] }
clap = { version = "4.4.3", features = ["derive"] }
tokio = { version = "1.32.0", features = ["net", "time", "rt"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"
serde-wasm-bindgen = "0.5.0"
serde-wasm-bindgen = "0.6.0"
tokio = "1.32.0"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
Expand Down
18 changes: 9 additions & 9 deletions examples/envman/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ aws-config = { version = "0.56.1", optional = true }
aws-sdk-iam = { version = "0.30.0", optional = true }
aws-sdk-s3 = { version = "0.30.0", optional = true }
aws-smithy-http = { version = "0.56.1", optional = true } # used to reference error type, otherwise not recommended for direct usage
base64 = { version = "0.21.3", optional = true }
base64 = { version = "0.21.4", optional = true }
cfg-if = "1.0.0"
chrono = { version = "0.4.28", default-features = false, features = ["clock", "serde"], optional = true }
chrono = { version = "0.4.31", default-features = false, features = ["clock", "serde"], optional = true }
derivative = { version = "2.2.0", optional = true }
futures = { version = "0.3.28", optional = true }
md5-rs = { version = "0.1.5", optional = true } # WASM compatible, and reads bytes as stream
peace = { path = "../..", default-features = false }
peace_items = { path = "../../items", features = ["file_download", "tar_x"] }
semver = { version = "1.0.18", optional = true }
serde = { version = "1.0.188", features = ["derive"] }
thiserror = { version = "1.0.47", optional = true }
thiserror = { version = "1.0.48", optional = true }
url = { version = "2.4.1", features = ["serde"] }
urlencoding = { version = "2.1.3", optional = true }
whoami = { version = "1.4.1", optional = true }
Expand All @@ -41,23 +41,23 @@ whoami = { version = "1.4.1", optional = true }
# ssr
axum = { version = "0.6.20", optional = true }
hyper = { version = "0.14.27", optional = true }
leptos = { version = "0.5.0-beta2", default-features = false, features = ["serde"] }
leptos_axum = { version = "0.5.0-beta2", optional = true }
leptos_meta = { version = "0.5.0-beta2", default-features = false }
leptos_router = { version = "0.5.0-beta2", default-features = false }
leptos = { version = "0.5.0-rc2", default-features = false, features = ["serde"] }
leptos_axum = { version = "0.5.0-rc2", optional = true }
leptos_meta = { version = "0.5.0-rc2", default-features = false }
leptos_router = { version = "0.5.0-rc2", default-features = false }
tower = { version = "0.4.13", optional = true }
tower-http = { version = "0.4.4", optional = true, features = ["fs"] }
tracing = { version = "0.1.37", optional = true }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
clap = { version = "4.4.2", features = ["derive"], optional = true }
clap = { version = "4.4.3", features = ["derive"], optional = true }
tokio = { version = "1.32.0", features = ["rt", "rt-multi-thread"], optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1.7"
console_log = { version = "1.0.0", features = ["color"] }
log = "0.4.20"
serde-wasm-bindgen = "0.5.0"
serde-wasm-bindgen = "0.6.0"
tokio = "1.32.0"
wasm-bindgen = "0.2.87"
wasm-bindgen-futures = "0.4.37"
Expand Down

0 comments on commit 51200b9

Please sign in to comment.