Skip to content

Commit 32dcf52

Browse files
committed
update dependencies with special care to remove atty
For details see GHSA-g98v-hv3f-hcfr
1 parent fcfc6ed commit 32dcf52

2 files changed

Lines changed: 12 additions & 50 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ cached = "0.44.*"
2626
secrecy = "0.8.*"
2727
symlink = "0.1.*"
2828
fs_extra = "1.3.*"
29-
octocrab = "0.25.*"
29+
octocrab = "0.28.*"
3030
crossbeam = "0.8.*"
3131
serde_derive = "1.0.*"
3232
jsonwebtoken = "8.3.*"
33-
tokio = { version = "1.28.*", features = ["full"] }
33+
tokio = { version = "1.29.*", features = ["full"] }
3434
chrono = { version = "0.4.*", default-features = false }
3535
clap = { version = "4.3.*", features = ["derive", "env"] }
3636

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

0 commit comments

Comments
 (0)