Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
durch committed Jun 14, 2024
1 parent 790c0d2 commit 7761774
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions aws-creds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ path = "src/lib.rs"
[dependencies]
thiserror = "1"
home = "0.5"
rust-ini = "0.19"
attohttpc = { version = "0.26", default-features = false, features = [
rust-ini = "0.21"
attohttpc = { version = "0.28", default-features = false, features = [
"json",
], optional = true }
url = "2"
quick-xml = { version = "0.30", features = ["serialize"] }
quick-xml = { version = "0.32", features = ["serialize"] }
serde = { version = "1", features = ["derive"] }
time = { version = "^0.3.6", features = ["serde", "serde-well-known"] }
log = "0.4"
Expand All @@ -35,5 +35,5 @@ native-tls-vendored = ["http-credentials", "attohttpc/tls-vendored"]
rustls-tls = ["http-credentials", "attohttpc/tls-rustls"]

[dev-dependencies]
env_logger = "0.10"
env_logger = "0.11"
serde_json = "1"
8 changes: 4 additions & 4 deletions s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ path = "../examples/gcs-tokio.rs"
[dependencies]
async-std = { version = "1", optional = true }
async-trait = "0.1"
attohttpc = { version = "0.26", optional = true, default-features = false }
attohttpc = { version = "0.28", optional = true, default-features = false }
aws-creds = { version = "0.36", path = "../aws-creds", default-features = false }
aws-region = { version = "0.25.4", path = "../aws-region" }
base64 = "0.21"
base64 = "0.22"
cfg-if = "1"
time = { version = "^0.3.6", features = ["formatting", "macros"] }
futures = { version = "0.3", optional = true }
Expand All @@ -72,7 +72,7 @@ percent-encoding = "2"
serde = "1"
serde_json = "1"
serde_derive = "1"
quick-xml = { version = "0.30", features = ["serialize"] }
quick-xml = { version = "0.32", features = ["serialize"] }
sha2 = "0.10"
thiserror = "1"
surf = { version = "2", optional = true, default-features = false, features = [
Expand Down Expand Up @@ -120,5 +120,5 @@ tags = ["minidom"]
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "fs"] }
async-std = { version = "1", features = ["attributes"] }
uuid = { version = "1", features = ["v4"] }
env_logger = "0.10"
env_logger = "0.11"
anyhow = "1"

0 comments on commit 7761774

Please sign in to comment.