Skip to content

Commit

Permalink
Merge pull request #1123 from adamqqqplay/update-tempfile
Browse files Browse the repository at this point in the history
deps: bump tempfile version to 3.4.0 to fix some security vulnerabilities
  • Loading branch information
jiangliu authored Mar 1, 2023
2 parents 449f378 + 766dbd4 commit 1a1f1ca
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 43 deletions.
93 changes: 70 additions & 23 deletions Cargo.lock

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

103 changes: 84 additions & 19 deletions contrib/nydus-backend-proxy/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 storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ leaky-bucket = "0.12.1"
libc = "0.2"
log = "0.4.8"
nix = "0.24"
reqwest = { version = "0.11.11", features = ["blocking", "json"], optional = true }
reqwest = { version = "0.11.14", features = ["blocking", "json"], optional = true }
serde = { version = "1.0.110", features = ["serde_derive", "rc"] }
serde_json = "1.0.53"
sha2 = { version = "0.10.2", optional = true }
Expand Down

0 comments on commit 1a1f1ca

Please sign in to comment.