Skip to content

Commit 5b2f5c2

Browse files
committed
misc: Update all dependencies and follow new clippy rules
1 parent e36d497 commit 5b2f5c2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+192
-190
lines changed

Diff for: .gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ target
55
node_modules
66
coverage
77
dist
8+
dump
89
checksums.txt
910

1011
/sentry-cli
1112
/sentry-cli.exe
12-
13-
/dump/*

Diff for: Cargo.lock

+53-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+29-29
Original file line numberDiff line numberDiff line change
@@ -6,76 +6,76 @@ version = "2.11.0"
66
edition = "2018"
77

88
[dependencies]
9-
anylog = "0.6.2"
10-
anyhow = { version = "1.0.66", features = ["backtrace"] }
9+
anylog = "0.6.3"
10+
anyhow = { version = "1.0.68", features = ["backtrace"] }
1111
backoff = "0.4.0"
12-
backtrace = "0.3.66"
12+
backtrace = "0.3.67"
1313
brotli2 = "0.3.2"
1414
bytecount = "0.6.3"
1515
chardet = "0.2.4"
16-
chrono = { version = "0.4.22", features = ["serde"] }
17-
clap = { version = "3.2.22", default-features = false, features = [
16+
chrono = { version = "0.4.23", features = ["serde"] }
17+
clap = { version = "3.2.23", default-features = false, features = [
1818
"std",
1919
"suggestions",
2020
"wrap_help",
2121
] }
22-
console = "0.15.2"
22+
console = "0.15.5"
2323
curl = { version = "0.4.44", features = ["static-curl", "static-ssl"] }
2424
dirs = "4.0.0"
2525
dotenv = "0.15.0"
26-
elementtree = "1.2.2"
26+
elementtree = "1.2.3"
2727
encoding = "0.2.33"
28-
flate2 = { version = "1.0.24", default-features = false, features = [
28+
flate2 = { version = "1.0.25", default-features = false, features = [
2929
"rust_backend",
3030
] }
31-
git2 = { version = "0.15.0", default-features = false }
32-
glob = "0.3.0"
31+
git2 = { version = "0.16.1", default-features = false }
32+
glob = "0.3.1"
3333
if_chain = "1.0.2"
34-
ignore = "0.4.18"
34+
ignore = "0.4.20"
3535
# Do not update due to https://github.com/console-rs/indicatif/issues/317 and https://github.com/getsentry/sentry-cli/pull/1055
3636
indicatif = "0.14.0"
3737
itertools = "0.10.5"
3838
java-properties = "1.4.1"
3939
lazy_static = "1.4.0"
40-
libc = "0.2.135"
40+
libc = "0.2.139"
4141
log = { version = "0.4.17", features = ["std"] }
4242
might-be-minified = "0.3.0"
43-
open = "3.0.3"
43+
open = "3.2.0"
4444
parking_lot = "0.12.1"
4545
percent-encoding = "2.2.0"
46-
plist = "1.3.1"
47-
prettytable-rs = "0.9.0"
46+
plist = "1.4.0"
47+
prettytable-rs = "0.10.0"
4848
proguard = { version = "5.0.0", features = ["uuid"] }
4949
r2d2 = "0.8.10"
50-
rayon = "1.5.3"
51-
regex = "1.6.0"
50+
rayon = "1.6.1"
51+
regex = "1.7.1"
5252
runas = "0.2.1"
5353
rust-ini = "0.18.0"
54-
semver = "1.0.14"
55-
sentry = { version = "0.27.0", default-features = false, features = [
54+
semver = "1.0.16"
55+
sentry = { version = "0.29.2", default-features = false, features = [
5656
"anyhow",
5757
"curl",
5858
"contexts",
5959
] }
60-
serde = { version = "1.0.147", features = ["derive"] }
61-
serde_json = "1.0.87"
60+
serde = { version = "1.0.152", features = ["derive"] }
61+
serde_json = "1.0.91"
6262
sha1_smol = { version = "1.0.0", features = ["serde"] }
63-
sourcemap = { version = "6.2.0", features = ["ram_bundle"] }
63+
sourcemap = { version = "6.2.1", features = ["ram_bundle"] }
6464
symbolic = { version = "11.0.0", features = ["debuginfo-serde", "il2cpp"] }
65-
thiserror = "1.0.37"
65+
thiserror = "1.0.38"
6666
url = "2.3.1"
6767
username = "0.2.0"
68-
uuid = { version = "1.2.1", features = ["v4", "serde"] }
68+
uuid = { version = "1.2.2", features = ["v4", "serde"] }
6969
walkdir = "2.3.2"
70-
which = "4.3.0"
70+
which = "4.4.0"
7171
zip = "0.6.3"
7272

7373
[dev-dependencies]
74-
insta = { version = "1.21.0", features = ["redactions", "yaml"] }
75-
mockito = "0.31.0"
76-
predicates = "2.1.1"
74+
insta = { version = "1.26.0", features = ["redactions", "yaml"] }
75+
mockito = "0.31.1"
76+
predicates = "2.1.5"
7777
tempfile = "3.3.0"
78-
trycmd = "0.14.1"
78+
trycmd = "0.14.10"
7979

8080
[features]
8181
default = []

Diff for: build.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ fn main() {
2121
}
2222

2323
writeln!(f, "/// The platform identifier").ok();
24-
writeln!(f, "pub const PLATFORM: &str = \"{}\";", platform).ok();
24+
writeln!(f, "pub const PLATFORM: &str = \"{platform}\";").ok();
2525
writeln!(f, "/// The CPU architecture identifier").ok();
26-
writeln!(f, "pub const ARCH: &str = \"{}\";", arch).ok();
26+
writeln!(f, "pub const ARCH: &str = \"{arch}\";").ok();
2727
writeln!(f, "/// The user agent for sentry events").ok();
28-
writeln!(f, "pub const USER_AGENT: &str = \"sentry-cli/{}\";", arch).ok();
28+
writeln!(f, "pub const USER_AGENT: &str = \"sentry-cli/{arch}\";").ok();
2929
println!("cargo:rerun-if-changed=build.rs\n");
3030
}

0 commit comments

Comments
 (0)