Skip to content

Commit

Permalink
updated dependencies to address vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
daidokoro committed Mar 5, 2024
1 parent 8cdced2 commit 385036d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 44 deletions.
85 changes: 47 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ derive_more = "0.99.17"
fancy-regex ="0.12.0"
flate2 = "1.0"
futures = "0.3.17"
http = "0.2.11"
http = "1.1.0"
itertools = "0.12.0"
lambda_runtime = "0.9.1"
lambda_runtime = "0.10.0"
thiserror = "1.0.40"
time = "0.3.30"
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt", "env-filter"] }
serde_json = "1.0.64"
serde = { version = "1.0.130", features = ["derive"] }
percent-encoding = "2.3.1"
async-trait = "0.1.74"
temp-env = { version = "0.3.6", features = ["async_closure"] }
aws-smithy-runtime = { version = "1.1.1", features = ["test-util"] }
aws-smithy-types = "1.1.1"
base64 = "0.21.7"
aws-smithy-runtime = { version = "1.1.7", features = ["test-util"] }
aws-smithy-types = "1.1.7"
base64 = "0.22.0"

[dev-dependencies]
pretty_assertions_sorted = "1.2.1"

0 comments on commit 385036d

Please sign in to comment.