sentry-cli 3.0.2__tar.gz → 3.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/Cargo.lock +10 -16
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/Cargo.toml +6 -6
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/PKG-INFO +1 -1
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/sentry_cli.egg-info/PKG-INFO +1 -1
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/LICENSE +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/MANIFEST.in +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/README.md +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/Cargo.toml +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/build.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/native/swift/AssetCatalogParser/Package.swift +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/AssetCatalogParser/AssetCatalogReader.swift +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/include/safeValueForKey.h +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/native/swift/AssetCatalogParser/Sources/ObjcSupport/safeValueForKey.m +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/AssetCatalogParserTests.swift +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Info.plist +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/native/swift/AssetCatalogParser/Tests/AssetCatalogParserTests/Resources/test.xcarchive/Products/Applications/DemoApp.app/Assets.car +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/src/asset_catalog.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/apple-catalog-parsing/src/lib.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/build.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/pyproject.toml +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/sentry_cli.egg-info/SOURCES.txt +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/sentry_cli.egg-info/dependency_links.txt +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/sentry_cli.egg-info/top_level.txt +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/setup.cfg +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/setup.py +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/connection_manager.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/artifact.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/build.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/compression.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/dif.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/file_state.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/hash_algorithm.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/upload/capability.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/upload/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/chunking/upload/options.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/deploy.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/data_types/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/encoding.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/envelopes_api.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/errors/api_error.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/errors/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/errors/sentry_error.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/api/pagination.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/bashsupport.sh +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/bash_hook.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/build/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/build/upload.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/dart_symbol_map/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/dart_symbol_map/upload.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/debug_files/bundle_jvm.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/debug_files/bundle_sources.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/debug_files/check.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/debug_files/find.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/debug_files/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/debug_files/print_sources.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/debug_files/upload.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/deploys/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/deploys/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/deploys/new.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/derive_parser.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/events/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/events/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/info.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/issues/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/issues/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/issues/mute.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/issues/resolve.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/issues/unresolve.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/login.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/logs/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/logs/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/monitors/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/monitors/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/monitors/run.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/organizations/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/organizations/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/projects/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/projects/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/react_native/gradle.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/react_native/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/react_native/xcode.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/archive.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/delete.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/finalize.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/info.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/new.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/propose_version.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/restore.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/releases/set_commits.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/repos/list.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/repos/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/send_envelope.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/send_event.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/send_metric/common_args.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/send_metric/increment.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/send_metric/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/send_metric/set.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/sourcemaps/inject.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/sourcemaps/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/sourcemaps/resolve.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/sourcemaps/upload.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/uninstall.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/update.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/upload_dif.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/upload_dsym.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/commands/upload_proguard.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/config.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/constants.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/main.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/android.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/args.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/auth_token/auth_token_impl.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/auth_token/error.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/auth_token/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/auth_token/org_auth_token.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/auth_token/redacting.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/auth_token/test.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/auth_token/user_auth_token.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/build/apple.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/build/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/build/normalize.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/build/validation.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/chunks/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/chunks/options.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/chunks/types.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/chunks/upload.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/ci.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/cordova.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/dif.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/dif_upload/error.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/dif_upload/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/event.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/file_search.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/file_upload.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/formatting.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/fs.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/http.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/logging.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/non_empty.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/progress.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/proguard/mapping.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/proguard/mod.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/proguard/upload.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/releases.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/retry.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_default_twenty.snap +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_ignore_missing.snap +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_base.snap +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/snapshots/sentry_cli__utils__vcs__tests__generate_patch_set_previous_commit.snap +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/snapshots/sentry_cli__utils__vcs__tests__get_commits_from_git.snap +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/source_bundle.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/sourcemaps/inject.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/sourcemaps.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/system.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/ui.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/update.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/value_parsers.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/vcs.rs +0 -0
- {sentry_cli-3.0.2 → sentry_cli-3.0.3}/src/utils/xcode.rs +0 -0
|
@@ -893,9 +893,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
893
893
|
|
|
894
894
|
[[package]]
|
|
895
895
|
name = "foldhash"
|
|
896
|
-
version = "0.
|
|
896
|
+
version = "0.2.0"
|
|
897
897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
898
|
-
checksum = "
|
|
898
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
899
899
|
|
|
900
900
|
[[package]]
|
|
901
901
|
name = "form_urlencoded"
|
|
@@ -1147,21 +1147,15 @@ dependencies = [
|
|
|
1147
1147
|
|
|
1148
1148
|
[[package]]
|
|
1149
1149
|
name = "hashbrown"
|
|
1150
|
-
version = "0.
|
|
1150
|
+
version = "0.16.0"
|
|
1151
1151
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1152
|
-
checksum = "
|
|
1152
|
+
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
|
1153
1153
|
dependencies = [
|
|
1154
1154
|
"allocator-api2",
|
|
1155
1155
|
"equivalent",
|
|
1156
1156
|
"foldhash",
|
|
1157
1157
|
]
|
|
1158
1158
|
|
|
1159
|
-
[[package]]
|
|
1160
|
-
name = "hashbrown"
|
|
1161
|
-
version = "0.16.0"
|
|
1162
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1163
|
-
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
|
1164
|
-
|
|
1165
1159
|
[[package]]
|
|
1166
1160
|
name = "heck"
|
|
1167
1161
|
version = "0.5.0"
|
|
@@ -1692,11 +1686,11 @@ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
|
1692
1686
|
|
|
1693
1687
|
[[package]]
|
|
1694
1688
|
name = "lru"
|
|
1695
|
-
version = "0.16.
|
|
1689
|
+
version = "0.16.3"
|
|
1696
1690
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1697
|
-
checksum = "
|
|
1691
|
+
checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
|
|
1698
1692
|
dependencies = [
|
|
1699
|
-
"hashbrown 0.
|
|
1693
|
+
"hashbrown 0.16.0",
|
|
1700
1694
|
]
|
|
1701
1695
|
|
|
1702
1696
|
[[package]]
|
|
@@ -1908,9 +1902,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
1908
1902
|
|
|
1909
1903
|
[[package]]
|
|
1910
1904
|
name = "openssl-src"
|
|
1911
|
-
version = "300.5.
|
|
1905
|
+
version = "300.5.4+3.5.4"
|
|
1912
1906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1913
|
-
checksum = "
|
|
1907
|
+
checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72"
|
|
1914
1908
|
dependencies = [
|
|
1915
1909
|
"cc",
|
|
1916
1910
|
]
|
|
@@ -2674,7 +2668,7 @@ dependencies = [
|
|
|
2674
2668
|
|
|
2675
2669
|
[[package]]
|
|
2676
2670
|
name = "sentry-cli"
|
|
2677
|
-
version = "3.0.
|
|
2671
|
+
version = "3.0.3"
|
|
2678
2672
|
dependencies = [
|
|
2679
2673
|
"anyhow",
|
|
2680
2674
|
"anylog",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
build = "build.rs"
|
|
3
3
|
name = "sentry-cli"
|
|
4
|
-
version = "3.0.
|
|
4
|
+
version = "3.0.3"
|
|
5
5
|
edition = "2021"
|
|
6
6
|
rust-version = "1.91"
|
|
7
7
|
|
|
@@ -24,7 +24,7 @@ clap = { version = "4.1.6", default-features = false, features = [
|
|
|
24
24
|
] }
|
|
25
25
|
clap_complete = "4.4.3"
|
|
26
26
|
console = "0.15.5"
|
|
27
|
-
curl =
|
|
27
|
+
curl = "0.4.46"
|
|
28
28
|
dirs = "4.0.0"
|
|
29
29
|
dotenvy = "0.15.7"
|
|
30
30
|
elementtree = "1.2.3"
|
|
@@ -75,7 +75,7 @@ data-encoding = "2.3.3"
|
|
|
75
75
|
magic_string = "0.3.4"
|
|
76
76
|
chrono-tz = "0.8.4"
|
|
77
77
|
secrecy = "0.8.0"
|
|
78
|
-
lru = "0.16.
|
|
78
|
+
lru = "0.16.3"
|
|
79
79
|
backon = { version = "1.5.2", features = ["std", "std-blocking-sleep"] }
|
|
80
80
|
|
|
81
81
|
[dev-dependencies]
|
|
@@ -127,10 +127,10 @@ openssl-probe = "0.1.5"
|
|
|
127
127
|
[target."cfg(windows)".dependencies]
|
|
128
128
|
windows-sys = { version = "0.59.0", features = ["Win32_Storage_FileSystem"] }
|
|
129
129
|
|
|
130
|
-
# Use static curl/SSL on
|
|
131
|
-
# We link dynamically on
|
|
130
|
+
# Use static curl/SSL on non-macOS platforms
|
|
131
|
+
# We link dynamically on macOS; that way we can support self-signed certificates
|
|
132
132
|
# trusted in the macOS keychain.
|
|
133
|
-
[target."cfg(not(
|
|
133
|
+
[target."cfg(not(target_os = \"macos\"))".dependencies]
|
|
134
134
|
curl = { version = "0.4.46", features = ["static-curl", "static-ssl"] }
|
|
135
135
|
|
|
136
136
|
# We optimize the release build for size.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|