Skip to content

Commit

Permalink
Merge #1386
Browse files Browse the repository at this point in the history
1386: chore: cargo update `ureq` and `console` r=messense a=messense



Co-authored-by: messense <[email protected]>
  • Loading branch information
bors[bot] and messense authored Jan 3, 2023
2 parents c51d80b + bdc1e21 commit 8561760
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
19 changes: 6 additions & 13 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter"], optional =

# project scaffolding, maturin new/init
dialoguer = { version = "0.10.2", default-features = false, optional = true }
console = { version = "0.15.3", optional = true }
console = { version = "0.15.4", optional = true }
minijinja = { version = "0.27.0", optional = true }

# upload
bytesize = { version = "1.0.1", optional = true }
configparser = { version = "3.0.0", optional = true }
multipart = { version = "0.18.0", features = ["client"], default-features = false, optional = true }
ureq = { version = "2.3.1", features = ["gzip", "socks-proxy"], default-features = false, optional = true }
ureq = { version = "2.6.1", features = ["gzip", "socks-proxy"], default-features = false, optional = true }
native-tls-crate = { package = "native-tls", version = "0.2.8", optional = true }
keyring = { version = "1.1.1", optional = true }

Expand Down

0 comments on commit 8561760

Please sign in to comment.