Skip to content

Commit

Permalink
upgraded versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malkia committed Oct 11, 2024
1 parent ae578ac commit bb1cff1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module(
name = "otel_sdk",
version = "1.16.1-dll",
version = "1.17.0-dll",
)

bazel_dep(name = "abseil-cpp", version = "20240722.0")
bazel_dep(name = "aspect_bazel_lib", version = "2.9.1")
bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "boringssl", version = "0.20240913.0")
bazel_dep(name = "boringssl", version = "0.20240930.0")
bazel_dep(name = "curl", version = "8.8.0.bcr.1")
bazel_dep(name = "depend_on_what_you_use", version = "0.5.0")
bazel_dep(name = "google_benchmark", version = "1.8.5")
Expand All @@ -20,14 +20,14 @@ single_version_override(
patches = ["bazel/grpc_bzlmod.diff"],
)

bazel_dep(name = "nlohmann_json", version = "3.11.3")
bazel_dep(name = "nlohmann_json", version = "3.11.3.bcr.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.13")
bazel_dep(name = "rules_pkg", version = "1.0.1")
bazel_dep(name = "rules_proto", version = "6.0.2")
bazel_dep(name = "zlib", version = "1.3.1.bcr.3")
bazel_dep(name = "opentracing-cpp", version = "1.6.0")
bazel_dep(name = "rules_multitool", version = "0.12.0")
bazel_dep(name = "rules_multitool", version = "0.13.0")

# ERROR: Q:/b/u/c56xnmzt/external/protobuf+/src/google/protobuf/BUILD.bazel:462:11: Compiling src/google/protobuf/any_lite.cc [for tool] failed: undeclared inclusion(s) in rule '@@protobuf+//src/google/protobuf:protobuf_lite':
# this rule is missing dependency declarations for the following files included by 'src/google/protobuf/any_lite.cc':
Expand Down
20 changes: 10 additions & 10 deletions multitool.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,36 +4,36 @@
"binaries": [
{
"kind": "file",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.36.6/sentry-cli-Linux-aarch64",
"sha256": "01915e5930649b9867775e1ea0807742542bb8b98268cd4921a0eb1ad6146d97",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Linux-aarch64",
"sha256": "801c3d783f8665200029f35edf2f7228e011cd3a154604c64382bf8d1bfa31e4",
"os": "linux",
"cpu": "arm64"
},
{
"kind": "file",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.36.6/sentry-cli-Linux-x86_64",
"sha256": "2ee44f63b820fc3f543ea362d83047738552457db7ffb49b4757d907f40daa96",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Linux-x86_64",
"sha256": "91453d7eec5a8d02f5e2cc216e811e147f5019b8877bfc3fb8f9dcc1ea80f086",
"os": "linux",
"cpu": "x86_64"
},
{
"kind": "file",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.36.6/sentry-cli-Darwin-arm64",
"sha256": "13befc6e6fcd3248605bf4f721f638a2f5a028a6427f17396d4c8ba3eb87116c",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Darwin-arm64",
"sha256": "a936b57285f9123727af96a62dd271f8c0f544f07a50286ffb498c1a5fd0a4c8",
"os": "macos",
"cpu": "arm64"
},
{
"kind": "file",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.36.6/sentry-cli-Darwin-x86_64",
"sha256": "d7797b3f1aa3d6053b232cb31915b74089237df0def288ef6fdee2351a17839d",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Darwin-x86_64",
"sha256": "f8659af646de4975c2b21254ecda589dc2f1b291acd696d9a475095044d9336a",
"os": "macos",
"cpu": "x86_64"
},
{
"kind": "file",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.36.6/sentry-cli-Windows-x86_64.exe",
"sha256": "2d0a50334df8681b26c1fd5bf5715a9adcf48ef58b2ce3b90bfc9431c5857ae0",
"url": "https://github.com/getsentry/sentry-cli/releases/download/2.37.0/sentry-cli-Windows-x86_64.exe",
"sha256": "e39ff87eb09b7d579cbacc2eeecbf0652edcfb29725f88182d1c40a30eeeda49",
"os": "windows",
"cpu": "x86_64"
}
Expand Down

0 comments on commit bb1cff1

Please sign in to comment.