Skip to content

Commit

Permalink
update dependencies with special care to remove atty
Browse files Browse the repository at this point in the history
For details see GHSA-g98v-hv3f-hcfr
  • Loading branch information
derklaro committed Jul 25, 2023
1 parent fcfc6ed commit 32dcf52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 50 deletions.
56 changes: 9 additions & 47 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ cached = "0.44.*"
secrecy = "0.8.*"
symlink = "0.1.*"
fs_extra = "1.3.*"
octocrab = "0.25.*"
octocrab = "0.28.*"
crossbeam = "0.8.*"
serde_derive = "1.0.*"
jsonwebtoken = "8.3.*"
tokio = { version = "1.28.*", features = ["full"] }
tokio = { version = "1.29.*", features = ["full"] }
chrono = { version = "0.4.*", default-features = false }
clap = { version = "4.3.*", features = ["derive", "env"] }

# logging
log = "0.4.*"
syslog = "6.1.*"
simple_logger = "4.1.*"
simple_logger = { version = "4.2.*", default-features = false, features = ["timestamps"] }

0 comments on commit 32dcf52

Please sign in to comment.